Is it possible to extend a dict with a key value pair?

I don't see a method to do it in the standard library reference. There is a 
pop!, but I tried push! but it just produced an error. Perhaps I'm not 
doing it right.

dc = Dict{String, Int64}()
push!(dc, ["A." => 2])


*Thanks,*

*Ben.*

Reply via email to