Function ndarray::indices_of [−][src]
Expand description
Return an iterable of the indices of the passed-in array.
Note: prefer higher order methods, arithmetic operations and non-indexed iteration before using indices.
Return an iterable of the indices of the passed-in array.
Note: prefer higher order methods, arithmetic operations and non-indexed iteration before using indices.