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

construct_uint! {
	pub struct MaxFieldUint(16);
}