Function jpar::verifiers::interval_verifier[][src]

pub fn interval_verifier(
    value: &'static [RangeInclusive<char>]
) -> impl Fn(usize, char) -> bool

Safety

This implementation considers the interval is sorted to speed up, therefore it can cause undefined behaviour otherwise.