Function jenga::place_iter [] [src]

pub fn place_iter<T, I, O, F>(it: I, f: F) -> Result<O, OutOfMemory> where
    I: Iterator<Item = T>,
    F: FnOnce(&mut FArray<T>) -> O, 

allocate count elements of T the iterator may not use the stack allocator.