cmp

Undocumented in source. Be warned that the author may not have intended to support it.
  1. bool cmp(N left, M right)
    @safe pure nothrow @nogc
    bool
    cmp
    (
    string op
    N
    M
    )
    (
    const N left
    ,
    const M right
    )
    if (
    isScalarType!N &&
    isScalarType!M
    )
  2. int cmp(N left, M right)

Meta