Range.toArr

Creates an array of the Range

struct Range(T = size_t, U = T)
T[]
toArr
()

Return Value

Type: T[]

the created array

See Also

opCall opSlice

Meta