- CallType
alias CallType(alias callable, ArgTypes...) = typeof(function ()())
Undocumented in source.
- CopyTypeQualifiers
alias CopyTypeQualifiers(From, To) = To
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.
Compatibility shim to allow code written against the latest std.traits module to compile with older versions of D.