menu
treap package
documentation
deeply_immutable.dart
TreapOfInt
add method
add method
dark_mode
light_mode
add
method
TreapOfInt
add
(
int
item
)
override
Adds an
item
to this treap.
Implementation
TreapOfInt add(int item) => TreapOfInt._(base.add(item));
treap package
documentation
deeply_immutable
TreapOfInt
add method
TreapOfInt extension type