parcl_math/
uint.rs

1use uint::construct_uint;
2
3construct_uint! {
4    pub struct U256(4);
5}
6
7construct_uint! {
8    pub struct U192(3);
9}