Vector.setSwizz

generates all possible swizzle setter properties for the default permutation ( e.g. [0,1,2,3] )

struct Vector(type, int dim)
@safe pure nothrow static
string
setSwizz
(
int[] idx
)
if (
(dim >= 2) &&
(dim <= 4)
)

Meta