pub type UcCodeComponent = Component<u8, 256, UcCodeMarker>;Expand description
Component that holds the 256 \uccode values.
Each entry is the uppercase character code for the corresponding character (0–255).
Aliased Type§
pub struct UcCodeComponent(/* private fields */);