fn refAllDeclsRecursive(comptime T: type) void
[src]
Given a type, recursively references all the declarations inside, so that the semantic analyzer sees them. For deep types, you may use @setEvalBranchQuota
.
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
.