macro_rules! list_iter { ($head:expr, $type:ty, $field:tt) => { ... }; }
Creates an iterator over doubly-linked list.