andyferris / Dictionaries.jl

An alternative interface for dictionaries in Julia, for improved productivity and performance
Other
278 stars 28 forks source link

Add Dictionary((..),(..)) example #124

Closed JeffreySarnoff closed 9 months ago

JeffreySarnoff commented 11 months ago

It is great that the pkg supports a constructor using tuples. I thought it helpful to make that more easily understood.