julia
f8cd1eb4 - `invperm` for immutable arrays (#52546)

Commit
2 years ago
`invperm` for immutable arrays (#52546) Rebase #47855 Close #47855 Close #47847 After this, ```julia julia> invperm(SA[3,2,1]) 3-element MVector{3, Int64} with indices SOneTo(3): 3 2 1 ```
Author
Parents
Loading