alias float3


(alias) float3 = xyz {
    x: number,
    y: number,
    z: number,
}