Skip to main content

operands

Function operands 

Source
pub(crate) fn operands<'a, const N: usize>(
    s: &'a str,
    field: &'static str,
    line: usize,
) -> Result<[&'a str; N], ParseError>