decimalEqu

Undocumented in source. Be warned that the author may not have intended to support it.

  1. int decimalEqu(D1 x, D2 y)
  2. int decimalEqu(D x, T y)
    package @safe pure nothrow @nogc
    int
    decimalEqu
    (
    D
    T
    )
    (
    auto const ref D x
    ,
    auto const ref T y
    )
    if (
    isDecimal!D &&
    isIntegral!T
    )
  3. int decimalEqu(D x, F y)

Meta