[][src]Macro furs::list

macro_rules! list {
    () => { ... };
    ( $( $x:expr ),+ ) => { ... };
}

Similar to vec!, but for LinkedList. Mainly used when writing unit tests.