menu
artools package
documentation
artools.dart
IntSet typedef
IntSet typedef
dark_mode
light_mode
IntSet
typedef
IntSet
=
Set
<
int
>
Type alias for a set of integers.
Implementation
typedef IntSet = Set<int>;
artools package
documentation
artools
IntSet typedef
ARTools library