unpack method

Vec4T unpack()

Implementation

Vec4T unpack() => Vec4T(
    x: x,
    y: y,
    z: z,
    w: w);