Skip to main content

shared_vlist

Macro shared_vlist 

Source
macro_rules! shared_vlist {
    () => { ... };
    ( $($x:expr),+ $(,)? ) => { ... };
    ( $($x:expr ,)+ $(,)? ) => { ... };
}
Expand description

Construct a SharedList from a sequence of elements