RangeVectorExtension<T> extension
- on
-
- Vector<
T>
- Vector<
Methods
-
range(
int start, [int? end]) → Vector< T> -
Available on Vector<
Returns a mutable view onto a Vector range. Throws a RangeError, if the index is out of bounds.T> , provided by the RangeVectorExtension extension -
rangeUnchecked(
int start, int end) → Vector< T> -
Available on Vector<
Returns a mutable view onto a Vector range. The behavior is undefined, if the range is out of bounds.T> , provided by the RangeVectorExtension extension