Closed metagn closed 3 days ago
Thanks for your hard work on this PR! The lines below are statistics of the Nim compiler built from e28d2f42e9ef38e5b984608d86b0d37833d118d0
Hint: mm: orc; opt: speed; options: -d:release 177825 lines; 8.972s; 653.547MiB peakmem
fixes #24450
The new concepts were previously not included in containsGenericType which prevents them from being instantiated. Here they are included by being added to
tyTypeClasses
though this doesn't have to be done, they can also be added manually tocontainsGenericTypeIter
, but this might be too specific.