Vector3.asArray

Returns the Vector as static array.

struct Vector3(T)
const pure nothrow
T[3]
asArray
()
if (
isNumeric!T
)

Meta