Vector.x

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

Meta