Structsยง
- HTML
Collection ๐ - Option
U32 ๐An optionalu32
, usingu32::MAX
to 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 ๐