Vector.opBinary

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

Meta