future.traits0

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

Public Imports

std.traits
public import std.traits;

Members

Aliases

CallType
alias CallType(alias callable, ArgTypes...) = typeof(function ()())
Undocumented in source.
OpType
alias OpType(string op, T) = typeof(function ()())
Undocumented in source.
OpType
alias OpType(T, string op, V) = typeof(function ()())
Undocumented in source.

Enums

isFixedPoint
eponymoustemplate isFixedPoint(T)
Undocumented in source.
isUnqual
eponymoustemplate isUnqual(T)
Undocumented in source.

Templates

IntFromChar
template IntFromChar(N)
Undocumented in source.
IntFromChar
template IntFromChar(N)
Undocumented in source.
Promoted
template Promoted(N)
Undocumented in source.
precision
template precision(N)
Undocumented in source.

Meta

Authors

Thomas Stuart Bockman