CData.opCmp

Compares two CDatas

You should rarely need to call this function. It exists so that CDatas can be used as associative array keys.

class CData
override scope const @trusted
int
opCmp
(
scope const Object o
)

Examples

CData item1,item2;
if (item1 < item2) { }

Meta