Module arity

Source

Traits§

BinaryFnMut
TernaryFnMut
UnaryFnMut

Functions§

apply_binary_kernel_broadcast
apply_binary_kernel_broadcast_owned
binary
Applies a kernel that produces Array types.
binary_elementwise
binary_elementwise_for_each
binary_elementwise_into_string_amortized
Apply elementwise binary function which produces string, amortising allocations.
binary_elementwise_values
binary_mut_values
Applies a kernel that produces Array types.
binary_mut_with_options
Applies a kernel that produces Array types.
binary_owned
Applies a kernel that produces Array types.
binary_to_series
binary_unchecked_same_type
Applies a kernel that produces ArrayRef of the same type.
broadcast_binary_elementwise
broadcast_binary_elementwise_values
broadcast_try_binary_elementwise
ternary_elementwise
try_binary
Applies a kernel that produces Array types.
try_binary_elementwise
try_binary_mut_with_options
try_binary_unchecked_same_type
Applies a kernel that produces ArrayRef of the same type.
try_ternary_elementwise
try_unary_elementwise
try_unary_elementwise_values
try_unary_mut_with_options
unary_elementwise
unary_elementwise_values
unary_kernel
Applies a kernel that produces Array types.
unary_kernel_owned
Applies a kernel that produces Array types.
unary_mut_values
Applies a kernel that produces Array types.
unary_mut_with_options
Applies a kernel that produces Array types.