binary

Undocumented in source. Be warned that the author may not have intended to support it.
  1. OpType!(N, op, M) binary(N left, M right)
  2. OpType!(N, op, M) binary(N left, M right)
    @safe nothrow @nogc
    OpType!(N, op, M)
    binary
    (
    string op
    N
    M
    )
    (
    const N left
    ,
    const M right
    )
    if (
    op.among!("+", "-", "*", "/", "%", "^^", "<<", ">>", ">>>", "&", "|", "^")
    )
  3. N binary(N left, M right)
  4. N binary(N left, M right)

Meta