Function jenga::place_iter [] [src]

pub fn place_iter<I, F, T, O>(iter: I, f: F) -> Result<O, PlaceError> where I: Iterator<Item=T>, F: FnOnce(&mut [I::Item]) -> O

allocate count elements of T