SmartInt.opCmp

Undocumented in source. Be warned that the author may not have intended to support it.
  1. auto opCmp(M right)
    struct SmartInt(N, bool bitOps = true, bool throws = true)
    nothrow @nogc const
    opCmp
    (
    M
    )
    (
    const M right
    )
    if (
    isFloatingPoint!M
    )
    if (
    isIntegral!N &&
    )
  2. int opCmp(M right)

Meta