Final proxy type
@serdeProxy!string static struct A {} @serdeProxy!A static struct B {} @serdeProxy!B static struct C {} static assert (is(serdeGetFinalProxy!C == string), serdeGetFinalProxy!C.stringof); static assert (is(serdeGetFinalProxy!string == string));
See Implementation
Final proxy type