Expand description
Opaque, infinite serial.
This module provides an opaque struct, Serial
,
that can be incremented indefinitely. The only limitation is, you can only
compare values with a maximum difference of 2^32 increments between them.
Due to the limits of the implementation, it’s not possible to access
the actual value of a Serial
, but you can compare
multiple instances of it to get the greatest or check if they’re the same
one.
Structs§
- Serial
- Opaque, infinite serial.