pub fn array_transform_argument_positions(
name: &str,
argument_names: &[Option<&str>],
) -> Result<Option<Vec<usize>>>Expand description
Map call-order arguments onto the declared array_sort and array_reverse slots. None means the arity or a named argument does not select a catalogued overload.