On Friday, February 7, 2014 8:39:41 PM UTC-5, Michael Schnall-Levin wrote:
> similarly if i do:
> d = Dict{Int32, Int32}()
> d[convert(Int32, 3)] = 5
> get(d, 3, 0)
> ---output----
> 0
>
This seems like a bug to me; if you have Dict{K,V}, Julia should
automatically convert the key value to K in lookup operations.
