1
2
3
4
5
use crate::uint::construct_uint;

construct_uint! {
	pub struct MaxFieldSquaredUint(33);
}