cmpabs

Comparison of the absolute values of x and y.

  1. int cmpabs(_Z!(cow) x, _Z!(cow) y)
    pure nothrow @nogc @trusted
    int
    cmpabs
    (
    bool cow
    )
    (
    auto ref scope const _Z!(cow) x
    ,
    auto ref scope const _Z!(cow) y
    )
  2. int cmpabs(_Z!(cow) x, double y)
  3. int cmpabs(_Z!(cow) x, ulong y)

Meta