Function floem::views::stack_from_iter

source ·
pub fn stack_from_iter<V>(iterator: impl IntoIterator<Item = V>) -> Stack
where V: View + 'static,
Expand description

Creates a stack from an iterator of views.