-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
enhancementNew feature or requestNew feature or requestquestionFurther information is requestedFurther information is requested
Milestone
Description
In ada you can write something like:
type Day_Of_Week is mod 7;So we could do something to the effect of
Class modular_integer
{
Template <unsigned_integer T>
Consteval modular_integer(T mod_value)
{
// set internal value
// May have to add some kind of make function to work with the existing policies? Idk
}
};Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestquestionFurther information is requestedFurther information is requested