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

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

Reply via email to