You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was looking at the codebase, and was wondering if there was anything more to implement for const generics? I browsed through the linked issue for dimension types, but it seems older and likely has significantly changed since then. There was also a recent issue about converting dimensions to const generics, and was wondering how viable that was/what is missing from const generics for that to happen?
There are a few minor features and improvements we can do with const generics. This meta-issue is mainly about those.
Big-ticket items get their own issue. In particular remaking index and dimension types gets is own ticket.
Easy add-ons
&[T; N]
[T; N]
in particular for ixdyn ?Long term features
The text was updated successfully, but these errors were encountered: