fn uint_char_cast(idx: &Expr) -> TyExpand description
Unlike char_uint_cast rust only allows u8 to char casts, which are
non-lossy, so we can use indexed type directly.
fn uint_char_cast(idx: &Expr) -> TyUnlike char_uint_cast rust only allows u8 to char casts, which are
non-lossy, so we can use indexed type directly.