cmp.cmp

Undocumented in source. Be warned that the author may not have intended to support it.
  1. Probability cmp(A a, B b)
  2. Probability cmp(A a, B b)
    template cmp(string op)
    cmp
    (
    A
    B
    )
    (
    A a
    ,
    B b
    )
    if (
    is(A : Range!AV,
    AV
    ) &&
    !is(B : Range!BV,
    BV
    )
    )
    if (
    op.isOneOf("<", "<=", ">", ">=")
    )
  3. Probability cmp(A a, B b)
  4. Probability cmp(A a, B b)

Meta