future.format

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

Public Imports

std.format
public import std.format;

Members

Functions

format
string format(Char[] fmt, Args args)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta

Authors

Thomas Stuart Bockman