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)
  3. int decimalEqu(D x, F y)
    package @safe pure nothrow @nogc
    int
    decimalEqu
    (
    D
    F
    )
    (
    auto const ref D x
    ,
    auto const ref F y
    )
    if (
    isDecimal!D &&
    isFloatingPoint!F
    )

Meta