macro_rules! set {
    () => { ... };
    ($ty:ty) => { ... };
    ($($key:expr),* $(,)?) => { ... };
    ($($tok:tt)*) => { ... };
}
Expand description

Creates a basic iter using the python-style list comprehension syntax