asarray

Function asarray 

Source
pub fn asarray<Args, Inp>(param: Args) -> Args::Out
where Args: AsArrayAPI<Inp>,
Expand description

Convert the input to an array.

This function takes kinds of input and converts them to an array. Please refer to trait implementations of AsArrayAPI.

ยงSee also

Python array API: asarray