pub fn const_take<'a, const N: usize, E>() -> impl Pipe<&'a [u8], ([u8; N],), E>where Incomplete: Into<E>,
Take N bytes from a slice
N