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