IndexVec.opBinary

Undocumented in source. Be warned that the author may not have intended to support it.
  1. auto opBinary(IndexVec!(OtherIndexTypes) rhs)
  2. auto opBinary(N rhs)
    struct IndexVec(IndexTypes...)
    @nogc
    opBinary
    (
    string op
    N
    )
    (
    N rhs
    )
    if (
    isNumeric!N &&
    (
    op == "/" ||
    op == "*"
    )
    )
  3. auto opBinary(N[Dim] rhs)

Meta