Revision a79c6f4b44024fb5f55c2c8e6bb9c5e6f356b16a authored by Shuhei Kadowaki on 18 November 2022, 08:35:19 UTC, committed by Shuhei Kadowaki on 18 November 2022, 08:35:19 UTC
We can delete the `[vcat|hcat]() = Any[]` methods and get more type
stability for calls like
`Core._apply_iterate(Base.iterate, Base.vcat, ::Vector{Vector{Int}}))`.
This change is backward compat since `[vcat|hcat]()` still returns `Any[]`.
1 parent d12ac36
History

back to top