macro_rules! uint {
($($t:tt)*) => { ... };
}Expand description
Wrapper for [ruint_macro::uint!]. See its documentation for details.
macro_rules! uint {
($($t:tt)*) => { ... };
}Wrapper for [ruint_macro::uint!]. See its documentation for details.