Vector.y

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

Meta