www.digitalmars.com

D Programming Language 2.0

Last update Tue Jan 1 00:47:46 2008

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.