asarray_f

Function asarray_f 

Source
pub fn asarray_f<Args, Inp>(
    param: Args,
) -> Result<<Args as AsArrayAPI<Inp>>::Out, Error>
where Args: AsArrayAPI<Inp>,
Expand description

Convert the input to an array.

ยงSee also

Refer to asarray for more details and examples.