pub type ValuesReader<'a> = Box<dyn FnMut(Side, &[usize]) -> Result<Values> + 'a>;
Reads the values of the given entries of a side.
pub struct ValuesReader<'a>(/* private fields */);