We are trying to update Turing.jl to using Accessors.jl in sync with BangBang (https://github.com/TuringLang/AbstractPPL.jl/pull/91) I noticed that `==` for `IndexLens` is not defined, (c.f. [Setfield's definition](https://github.com/jw3126/Setfield.jl/blob/e31e1e361bd6a251124aa578122e6198b81197b5/src/lens.jl#L196C40-L196C42)). Are there reasons this is removed (or just not ported)?