bcd
Type to decode a BCD (Binary Coded Decimal) number
Types
type::BCD
type::BCDDecodes a BCD value where one byte represents a single digit
<Digits>: Number of digits
struct BCD<auto Digits> { ... } [[sealed, format_read]];Last updated
Was this helpful?