Macro scrypto::prelude::i

source ·
macro_rules! i {
    ($x:expr) => { ... };
}
Expand description

Creates a safe integer from literals. You must specify the type of the integer you want to create.