pub fn validate_and_size<A>(
input_string: &str,
operands: &[&dyn ArrayLike<A>],
) -> Result<SizedContraction, &'static str>Expand description
Wrapper around SizedContraction::new().
pub fn validate_and_size<A>(
input_string: &str,
operands: &[&dyn ArrayLike<A>],
) -> Result<SizedContraction, &'static str>Wrapper around SizedContraction::new().