How to extract the AA type?

Jack Applegame japplegame at gmail.com
Wed Dec 13 20:19:32 UTC 2017


auto foo(T: V[K], V, K)(T t)
{
     CopyConstness!(T, V[K]) aa = t;
     return aa;
}

https://run.dlang.io/is/LSMa5C


More information about the Digitalmars-d mailing list