Integer.opCmp

Undocumented in source. Be warned that the author may not have intended to support it.
  1. long opCmp(T rhs)
  2. long opCmp(Integer!(U, E2) rhs)
    struct Integer(T, char E)
    const
    long
    opCmp
    (
    U
    char E2
    )
    (
    Integer!(U, E2) rhs
    )
    if (
    signed == rhs.signed
    )

Meta