Macro ucharvec

Source
macro_rules! ucharvec {
    ($($tts:expr),*) => { ... };
    ($($id:ident ~ $tts:expr),*) => { ... };
}
Expand description

Create a CharVec with unsafe code