You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
autocomplete [nfc]: Simplify and clarify docs on comparator methods
The details of negative vs. positive vs. zero return values are part
of the interface of comparators in general. The details of 1 vs. any
other positive value, or -1 vs. any other negative value, are
implementation details of the methods -- callers should only care
about negative vs. positive vs. zero.
0 commit comments