Open clarisma opened 7 months ago
Right now, the tags of two features can only be compared for equality by first converting them to a str or dict. It would be easier (and faster) to allow direct comparison:
str
dict
if a.tags == b.tags: ...
Right now, the tags of two features can only be compared for equality by first converting them to a
str
ordict
. It would be easier (and faster) to allow direct comparison: