RangeVectorExtension<T> extension

on

Methods

range(int start, [int? end]) Vector<T>
Returns a mutable view onto a Vector range. Throws a RangeError, if the index is out of bounds.
rangeUnchecked(int start, int end) Vector<T>
Returns a mutable view onto a Vector range. The behavior is undefined, if the range is out of bounds.