[][src]Function zeta::parser::pred::and_many

pub fn and_many(
    preds: &'static mut [impl FnMut(&Token) -> bool]
) -> impl FnMut(&Token) -> bool