linked_list

Macro linked_list 

Source
macro_rules! linked_list {
    () => { ... };
    ($($v:expr),* $(,)?) => { ... };
}
Expand description

Creates a collection LinkedList