Vector.opBinary

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

Meta