Skip to main content

CharOctDigit

Type Alias CharOctDigit 

Source
pub type CharOctDigit = CharDigit<OCTAL>;
Expand description

CharDigit<B> with B set to OCTAL.

Aliased Typeยง

pub struct CharOctDigit { /* private fields */ }