alias float4


(alias) float4 = xyzw {
    w: number,
    x: number,
    y: number,
    z: number,
}