Vector.opOpAssign

Undocumented in source. Be warned that the author may not have intended to support it.
  1. ThisT opOpAssign(ThisT v)
  2. ThisT opOpAssign(ScalarT v)
    struct Vector(ElemT, size_t SizeV)
    opOpAssign
    (
    string op
    ScalarT
    )
    (
    ScalarT v
    )
    if (
    SizeV >= 1
    )

Meta