Vector.y

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

Meta