RoboticExplorationLab / Altro.jl

MIT License
139 stars 41 forks source link

Simplify `getindex` and remove usage of `getkey` #48

Open LilithHafner opened 1 year ago

LilithHafner commented 1 year ago

The usage of getkey here is a roundabout way of writing haskey. This is simpler and avoids the use of getkey, an obscure function that is rarely useful and less likely to be as well maintained or efficiently implemented as haskey.