Gets the vector as a constant tuple.
auto v = vector(0, 3, 4); assert(v.tuple == typeof(v).Tuple(0, 3, 4));
See Implementation
Gets the vector as a constant tuple.