Unconst

Removes const, inout and immutable qualifiers, if any, from type T.

version(StdDdoc)
template Unconst (
T
) {}

Meta