JuliaLang / Compat.jl

Compatibility across Julia versions
Other
145 stars 117 forks source link

Add mergewith[!](combine, dicts...) #694

Closed tkf closed 4 years ago

tkf commented 4 years ago

Quoting README:

  • mergewith(combine, dicts...) and mergewith!(combine, dicts...) are like merge(combine, dicts...) and merge!(combine, dicts...) but without the restriction that the argument combine must be a Function ([#34296]). (since Compat 3.9.0).

Ref: https://github.com/JuliaLang/julia/pull/34296

tkf commented 4 years ago

@martinholters Thanks for the review! I updated the patch.