InoutTypeOf

Computes the effective type that inout would have if you have it two parameters of difference constness

Members

Aliases

InoutTypeOf
alias InoutTypeOf = immutable(BaseTypeOf!(T))
Undocumented in source.
InoutTypeOf
alias InoutTypeOf = BaseTypeOf!(T)
Undocumented in source.
InoutTypeOf
alias InoutTypeOf = const(BaseTypeOf!(T))
Undocumented in source.

Meta