IndexVec.opBinary

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

Meta