pub struct NpySingleIterBuilder<'py, T, I: IterMode> { /* private fields */ }
👎 Deprecated:

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

Expand description

Builder of NpySingleIter.

Implementations

👎 Deprecated:

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

Create a new builder for a readonly iterator.

👎 Deprecated:

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

Create a new builder for a writable iterator.

Safety

The iterator will produce mutable references into the array which must not be aliased by other references for the life time of the iterator.

👎 Deprecated:

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:

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.

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.