menu
treap package
documentation
deeply_immutable.dart
TreapOfInt
copy method
copy method
dark_mode
light_mode
copy
method
TreapOfInt
copy
(
)
override
Returns a copy of this treap.
Implementation
TreapOfInt copy() => TreapOfInt._(base.copy());
treap package
documentation
deeply_immutable
TreapOfInt
copy method
TreapOfInt extension type