binary

Undocumented in source. Be warned that the author may not have intended to support it.
  1. auto binary(N left, M right)
  2. auto binary(N left, M right)
    @safe nothrow @nogc
    binary
    (
    string op
    N
    M
    )
    (
    const N left
    ,
    const M right
    )
    if (
    isIntegral!N &&
    isIntegral!M
    )

Meta