[−][src]Function second_stack::acquire
pub fn acquire<T, I: Iterator<Item = T>>(items: I) -> StackAlloc<T>
Panics
- Must panic if the iterator is unbounded in length, or if the size of the allocation is too large.
pub fn acquire<T, I: Iterator<Item = T>>(items: I) -> StackAlloc<T>