Function ndarray::indices_of
source · [−]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.