www.digitalmars.com

D Programming Language 2.0

Last update Tue Nov 27 20:25:00 2007

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.