Open Ben-PH opened 5 months ago
Edit by korken89: Manners please.
EDIT: After learning from korken
The original comment is available in GitHub's edit box, no need to reiterate.
@Ben-PH The original comment is available in GitHub's edit box, no need to reiterate.
Const generics are quite restrictive in what you can do with them, and integrating them into reverse dependencies. This PR refactors the use of const generics to use types that encapsulate integer behavior, where choice of value is a one-time choice at compile time.
From a technical standpoint, this PR should be ready to go, however from a documentation standpoint, there is stull much missing:
In my personal project, const generics have reared their ugly head when trying to use fugit. Instead of keeping these changes to myself, I present these changes upstream for your consideration, and if it is agreed to by the community, adoption.
Thank you.