Vector.z

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

Meta