Unconst

Removes const type qualifiers from T.

alias Unconst(T : const U, U) = U

Meta