Vector.z

Undocumented in source. Be warned that the author may not have intended to support it.
  1. T z [@property getter]
  2. T z [@property setter]
    struct Vector(T, uint N)
    @property
    static if(N >= 3)
    z
    (
    T z
    )
    if (
    N > 0
    )

Meta