Structsยง
- HTML
Collection ๐ - Option
U32 ๐ - An optional
u32, usingu32::MAXto represent None. It would be nicer just to useOption<u32>for this, but that would produce word alignment issues sinceOption<u32>uses 33 bits.
Constantsยง
Traitsยง
- Collection
Filter ๐