__construct_regex

Function __construct_regex 

Source
pub const fn __construct_regex<const N: usize>(
    fn_pair: (fn(&str) -> bool, for<'a> fn(&'a str) -> Option<[Option<&'a str>; N]>),
) -> Regex<N>
Expand description

Intended to be used in macros only.