toList method
Returns a new TreapListBase containing the same elements.
The growable
parameter is ignored.
Implementation
TreapListOfInt toList({bool growable = true}) =>
TreapListOfInt._(base.toList(growable: growable));
Returns a new TreapListBase containing the same elements.
The growable
parameter is ignored.
TreapListOfInt toList({bool growable = true}) =>
TreapListOfInt._(base.toList(growable: growable));