Vector.w

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

Meta