std.functional
This module is a port of a growing fragment of the functional header in Alexander Stepanov's Standard Template Library.Author:
Andrei Alexandrescu
- bool less(T)(T a, T b);
- Predicate that returns a < b.
- bool greater(T)(T a, T b);
- Predicate that returns a > b.