iterable property

List<T> iterable

Returns a list iterable over the vector.

Implementation

List<T> get iterable => _VectorList<T>(this);