Friday, August 10, 2018

python needs a frozenlist

>>> set() == frozenset()
True
>>> [] == ()
False