pub struct NpyMultiIterBuilder<'py, T, S: MultiIterMode> { /* private fields */ }
👎Deprecated since 0.16.0:

The wrappers of the array iterator API are deprecated, please use ndarray’s iterators like Lanes and Zip instead.

Expand description

Builder for NpyMultiIter.

Implementations

👎Deprecated since 0.16.0:

The wrappers of the array iterator API are deprecated, please use ndarray’s iterators like Lanes and Zip instead.

Creates a new builder.

👎Deprecated since 0.16.0:

The wrappers of the array iterator API are deprecated, please use ndarray’s iterators like Lanes and Zip instead.

Applies a flag to this builder, returning self.

👎Deprecated since 0.16.0:

The wrappers of the array iterator API are deprecated, please use ndarray’s iterators like Lanes and Zip instead.

Add a readonly array to the resulting iterator.

👎Deprecated since 0.16.0:

The wrappers of the array iterator API are deprecated, please use ndarray’s iterators like Lanes and Zip instead.

Adds a writable array to the resulting iterator.

👎Deprecated since 0.16.0:

The wrappers of the array iterator API are deprecated, please use ndarray’s iterators like Lanes and Zip instead.

Creates an iterator from this builder.

Trait Implementations

Returns the “default value” for a type. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.