pub fn asarray_f<Args, Inp>(param: Args) -> Result<Args::Out>where Args: AsArrayAPI<Inp>,
Convert the input to an array.
Refer to asarray for more details and examples.
asarray