Type to decode a BCD (Binary Coded Decimal) number
type::BCD
Decodes a BCD value where one byte represents a single digit
<Digits>: Number of digits
<Digits>
struct BCD<auto Digits> { ... } [[sealed, format_read]];
Last updated 1 year ago