arr_str32

Macro arr_str32 

Source
macro_rules! arr_str32 {
    ($v:expr) => { ... };
    ($($x:expr),+ $(,)?) => { ... };
    () => { ... };
}