[][src]Function adapton::catalog::collections::vec_of_list

pub fn vec_of_list<X: Clone, L: ListElim<X> + 'static>(
    list: L,
    limit: Option<usize>
) -> Vec<NameElse<X>>

Attempts to force limit number of Cons cells of the list, gathering these elements and any interposed Names.