Skip to content
  • Neven Sajko's avatar
    add `sorted!`, an in-place version of `sorted` · 1c972262
    Neven Sajko authored
    Implemented for the `Vector{T}` and `SubArray{T, 1, Array{T}}` subtypes
    of `AbstractVector{T}`.
    
    Currently `sorted!` allocates. I think this might be due to a bug in
    Julia:
    https://github.com/JuliaLang/julia/issues/51955
    1c972262