On Saturday, September 14, 2013 12:52:00 AM UTC+10, Stefan Karpinski wrote:
>
> Here's an example:
>
> julia> filter!((k,v)->isa(k,Number), {1=>"foo","bar"=>2})
> {1=>"foo"}
>Hi Stefan, do you have an equivalent map/map!() example for Dict? I can't see direct Dict support - maybe there's another way?
