IntervalAVLTree.cmpfn

Undocumented in source. Be warned that the author may not have intended to support it.
  1. int cmpfn(IntervalType x, inout(Node)* y)
  2. int cmpfn(inout(Node)* x, inout(Node)* y)
    struct IntervalAVLTree(IntervalType)
    pragma(inline, true) @safe @nogc nothrow
    int
    cmpfn
    (
    inout(Node)* x
    ,
    inout(Node)* y
    )

Meta