This doesn’t create a dict, but assigns the type to y. Instead, use y = Dict{String,Int64}()
8 Likes
This doesn’t create a dict, but assigns the type to y. Instead, use y = Dict{String,Int64}()