julia
3ead7243 - Fix RefArray(::AbstractArray{T}) method duplication (#47337)

Commit
3 years ago
Fix RefArray(::AbstractArray{T}) method duplication (#47337) This removes the default argument in `RefArray(x::AbstractArray{T}, i::Integer=1)` such that it does not override `RefArray(x::AbstractArray{T}, i::Int=1)`. Refs: https://github.com/JuliaLang/julia/pull/43262#discussion_r1006209709
Author
Parents
Loading