Skip to main content

vlist

Macro vlist 

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

Construct a VList from a sequence of elements