future.math

Compatibility shim to allow code written against the latest std.math module to compile with older versions of D.

Public Imports

std.math
public import std.math;

Members

Functions

cmp
int cmp(const(T) x, const(T) y)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta

Authors

Thomas Stuart Bockman