YamlPair.opCmp

Compares this YamlPair with another for ordering, returning negative, zero, or positive. (community summary)

  1. int opCmp(typeof(this) rhs)
    struct YamlPair
    scope const @safe pure nothrow @nogc
    int
    opCmp
    (
    ref scope const typeof(this) rhs
    )
  2. int opCmp(typeof(this) rhs)