pub fn every_truncation(input: &[u8]) -> impl Iterator<Item = &[u8]>
Produces truncations of input, including the empty and complete input.
input