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