blosc2.NDArray.indices#

NDArray.indices(order: str | list[str] | None = None, **kwargs: Any) NDArray#

Return the indices of a sorted array following the specified order.

This is only valid for 1-dim structured arrays.

See full documentation in indices().