pub fn asarray<Args, Inp>(param: Args) -> Args::Outwhere
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
.