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