Vector2.asArray

Returns the Vector as static array.

struct Vector2(T)
const pure nothrow
T[2]
asArray
()
if (
isNumeric!T
)

Meta