macro_rules! ucharvec {
($($tts:expr),*) => { ... };
($($id:ident ~ $tts:expr),*) => { ... };
}
Expand description
Create a CharVec with unsafe code
macro_rules! ucharvec {
($($tts:expr),*) => { ... };
($($id:ident ~ $tts:expr),*) => { ... };
}
Create a CharVec with unsafe code