Skip to content

Instantly share code, notes, and snippets.

@mockturtl
Created May 16, 2019 19:07
Show Gist options
  • Save mockturtl/b51c02cd3050aa77617943dbe8ab7a8b to your computer and use it in GitHub Desktop.
Save mockturtl/b51c02cd3050aa77617943dbe8ab7a8b to your computer and use it in GitHub Desktop.
void main() {
var s = {1,2,3};
var e = {2,4,6};
var t = {4,5,6};
print(s.any(e.contains));
print(s.any(t.contains));
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment