Function peek_poke::poke_extend_vec

source ยท
pub fn poke_extend_vec<I>(src: I, dst: &mut Vec<u8>) -> usize
where I: ExactSizeIterator, I::Item: Poke,