Vector.opSlice

struct Vector(size_t D, E = float)
const return scope
const(E)[]
opSlice
()

Return Value

Type: const(E)[]

elements slice.

Meta