Macro digit_layout::layout
source · macro_rules! layout { ($name:ident u($bits:expr)) => { ... }; ($name:ident i($bits:expr)) => { ... }; ($name:ident e($exponent:expr)m($mantissa:expr)) => { ... }; ($name:ident = $text:expr) => { ... }; ($name:ident) => { ... }; }
Expand description
定义一个 DigitLayout 实例。