Closed ViralBShah closed 6 years ago
┌ Warning: Array{T}(m::Int) where T is deprecated, use Array{T}(undef, m) instead. │ caller = top-level scope
Array{T}(m::Int) where T
Array{T}(undef, m)
This one is tricky in general, since I need to figure out that the arguments are integers. However, I can certainly do a heuristic one for constants and maybe I'll add full static type inference eventually.
┌ Warning:
Array{T}(m::Int) where T
is deprecated, useArray{T}(undef, m)
instead. │ caller = top-level scope