Dictionaries.jl
Dictionaries.jl copied to clipboard
`Dictionary` that can be indexed either with a key or with an integer
trafficstars
Could be useful for something like DictTables--it'd be super useful if I could index the ith row of a DictTable with an integer, or instead index it with a symbol. (For this type, integer keys shouldn't be allowed, as that obviously causes ambiguity.)