Vector.y

Undocumented in source. Be warned that the author may not have intended to support it.
  1. ElemT y [@property setter]
    struct Vector(ElemT, size_t SizeV)
    @property
    static if(SizeV >= 2)
    void
    y
    (
    ElemT v
    )
    if (
    SizeV >= 1
    )
  2. ElemT y [@property getter]

Meta