Vector.getSwizz

Generates all possible swizzle getter properties, creates also property aliases e.g. rgba

struct Vector(type, int dim)
@safe pure nothrow static
string
getSwizz
(
string component
,
string alias1
,
string alias2
,
string r
,
int term
)
if (
(dim >= 2) &&
(dim <= 4)
)

Meta