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

Simplify `erase!` and remove usage of `getkey`

Open LilithHafner opened this issue 1 year ago • 0 comments

The usage of getkey here is a roundabout way of writing haskey. This computes one fewer hash 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 get.

LilithHafner avatar Apr 30 '23 17:04 LilithHafner