Takes template parameter F, which is used to compare two objects of some type.
F should be a callable accepting exactly 2 arguments of the same type a returning a $(D_KEYWORD bool).
The actual comparator.
See Implementation
Takes template parameter F, which is used to compare two objects of some type.
F should be a callable accepting exactly 2 arguments of the same type a returning a $(D_KEYWORD bool).