getting mutable type from T

Jarrett Billingsley jarrett.billingsley at gmail.com
Tue Mar 24 07:30:21 PDT 2009


On Tue, Mar 24, 2009 at 6:33 AM, Lutger <lutger.blijdestijn at gmail.com> wrote:
> How can I get the mutable type from any type T in a generic function or
> template, assuming T is const or immutable?
>
>
>

std.traits.Mutable!(T).


More information about the Digitalmars-d-learn mailing list