macro_rules! vlist { () => { ... }; ( $($x:expr),+ $(,)? ) => { ... }; ( $($x:expr ,)+ $(,)? ) => { ... }; }
Construct a VList from a sequence of elements
VList