〽
〽
〽
〽
Pattern Language
Home
Search
⌃
K
Links
Pattern Language
Core Language
Data Types
Variable Placement
Namespaces
Expressions
Functions
Control flow
In / Out Variables
Attributes
Preprocessor
Comments
Sections
Libraries
hex
std
type
byte
ip
size
base64
path
magic
base
bcd
c
win32
010
rust
linux
color
float16
mac
time
leb128
guid
Powered By
GitBook
Comment on page
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 modified
8mo ago