[][src]Function fplist::list

pub fn list<T, It: IntoIterator<Item = T>>(elems: It) -> PersistentList<T>

Create a new list out of an iterable.