macro_rules! felt { ($value:literal) => { ... }; }
Creates a Felt from an integer constant checking that it is within the valid range at compile time.
Felt