Function ro

Source
fn ro<T, F, const N: usize>(n: usize, label: &str, fun: F) -> T
where F: FnOnce([bool; N]) -> T,