julia
Force inference of `convert(::Type{T}, ::T) where T` via typeasserts
#46573
Merged
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Overview
Commits
3
Changes
View On
GitHub
Commits
improve inference for callers of `last(::OneTo{<:Any})` and `first(::OneTo{<:Any})`
thchr
committed
3 years ago
use more general fix suggested by @vtjnash
thchr
committed
3 years ago
typeassert return type of all methods of `convert(Type{T}, T) where T`
thchr
committed
3 years ago
Loading