For the complete documentation index, see llms.txt. This page is also available as Markdown.

bcd

Type to decode a BCD (Binary Coded Decimal) number

Types

type::BCD

Decodes a BCD value where one byte represents a single digit

  • <Digits>: Number of digits

struct BCD<auto Digits> { ... } [[sealed, format_read]];

Last updated