Structs§
- AsBytes
- Treat some &u8 as a sequence of bytes, rather than a sequence of numbers. Using this can result in a significant performance gain but does not support the backward compatible change to different int types as numbers do by default
- AsInt
- Canonical way to write an integer of any size.