menu
treap package
documentation
deeply_immutable.dart
TreapListOfInt
TreapListOfInt.of constructor
TreapListOfInt.of constructor
dark_mode
light_mode
TreapListOfInt.of
constructor
TreapListOfInt.of
(
Iterable
<
int
>
items
)
Implementation
TreapListOfInt.of(Iterable<int> items) : base = TreapListBase.of( items, intNodeFactory, );
treap package
documentation
deeply_immutable
TreapListOfInt
TreapListOfInt.of constructor
TreapListOfInt extension type