- 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.