macro_rules! waf_array { () => { ... }; ($($e:expr),* $(,)?) => { ... }; }
Helper macro to create WafArrays.
WafArray