Vector.range

Return a forward range of the vector contents. Negative end values work like in Python.

struct Vector(E, Allocator = typeof(theAllocator))
return scope
range
(
this This
)
(
in long start = 0
,
long end = -1
)
in (end <= length)
if (
isAllocator!Allocator
)

Meta