Skip to content

Instantly share code, notes, and snippets.

@hijiangtao
Last active February 15, 2019 11:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hijiangtao/44e2318561993c756bdebc99c0e9496d to your computer and use it in GitHub Desktop.
Save hijiangtao/44e2318561993c756bdebc99c0e9496d to your computer and use it in GitHub Desktop.
Dart Language operator ~/ method example
// https://api.dartlang.org/stable/2.1.1/dart-core/num/operator_truncate_divide.html
void main() {
print(5~/3);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment