Implements swizzling.
vec4i vi = [4, 1, 83, 10]; assert(vi.zxxyw == [83, 4, 4, 1, 10]);
See Implementation
Implements swizzling.