Initializes an empty vector.
The dimension of the vector, which can be 2, 3, or 4
// Returns (null, null, null)const v = Chalkboard.vect.empty(3); Copy
// Returns (null, null, null)const v = Chalkboard.vect.empty(3);
Initializes an empty vector.