felt

Macro felt 

Source
macro_rules! felt {
    ($value:literal) => { ... };
}
Expand description

Creates a Felt from an integer constant checking that it is within the valid range at compile time.