fn refAllDeclsRecursive(comptime T: type) void

Given a type, recursively references all the declarations inside, so that the semantic analyzer sees them. For deep types, you may use @setEvalBranchQuota.

Parameters

T: type,