rust-ndarray / ndarray

ndarray: an N-dimensional array with array views, multidimensional slicing, and efficient operations
https://docs.rs/ndarray/
Apache License 2.0
3.62k stars 307 forks source link

`is_unique` for `ArcArray` #1399

Closed daniellga closed 4 months ago

daniellga commented 4 months ago

Implement this function to know if the inner Arc is shared.

bluss commented 4 months ago

Can now be rebased on master because clippy errors are fixed there.

bluss commented 4 months ago

Thanks