uint_char_cast

Function uint_char_cast 

Source
fn uint_char_cast(idx: &Expr) -> Ty
Expand description

Unlike char_uint_cast rust only allows u8 to char casts, which are non-lossy, so we can use indexed type directly.