orderLexicographically

Order a and b lexicographically by applying each fun to them. For unary functions compares fun(a) < fun(b).

Members

Aliases

orderLexicographically
alias orderLexicographically = _orderLexicographically
Undocumented in source.
orderLexicographically
alias orderLexicographically = _orderLexicographically!(fun[0])
Undocumented in source.

Functions

_orderLexicographically
bool _orderLexicographically(T a, T b)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta