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