Dictionaries.jl icon indicating copy to clipboard operation
Dictionaries.jl copied to clipboard

`Dictionary` that can be indexed either with a key or with an integer

Open ParadaCarleton opened this issue 3 years ago • 13 comments
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.)

ParadaCarleton avatar Nov 13 '22 23:11 ParadaCarleton