Vec.data

Return the data of the array

struct Vec(T, size_t N)
@property inout
inout(T)[]
data
()
if (
N > 0 &&
isNumeric!T
)

Meta