macro_rules! list {
    ($($tok:tt)*) => { ... };
}
Expand description

A wrapper around iter that collects into a vector