Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add defalg methods to resolve potential dispatch ambiguities (JuliaLa…
…ng#43426) We could also consider adding `defalg(v::AbstractArray{<:Number}) = DEFAULT_UNSTABLE`, but it is unlikely that someone will want to do `Union` of `<:Number` and something other than `Missing` that still would support comparison. Relevant for JuliaStrings/InlineStrings.jl#21 (and other custom types that will want to add `defalg` support allowing for `Union` with `Missing`).
- Loading branch information