Macro miden_stdlib_sys::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.
macro_rules! felt { ($value:literal) => { ... }; }
Creates a Felt from an integer constant checking that it is within the
valid range at compile time.