Vector.w

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

Meta