menu
sugar package
documentation
collection.dart
SetMove<E>
SetMove constructor
SetMove constructor
dark_mode
light_mode
SetMove<
E
>
constructor
SetMove<
E
>
(
Set
<
E
>
_set
,
Predicate
<
E
>
_predicate
)
Creates a
SetMove
with the given backing set and predicate.
Implementation
SetMove(this._set, this._predicate);
sugar package
documentation
collection
SetMove<E>
SetMove constructor
SetMove class