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)
  3. N binary(N left, M right)
    @safe
    N
    binary
    (
    string op
    bool throws
    N
    M
    )
    (
    ref N left
    ,
    const M right
    )
    if (
    isIntegral!N &&
    &&
    (op[$ - 1] == '=')
    )
  4. N binary(N left, M right)

Meta