
Dec. 29, 2017
12:01 p.m.
On Sat, Dec 30, 2017 at 3:56 AM, Stephan Hoyer <shoyer@gmail.com> wrote:
We already have a built-in immutable set for Python. It's called frozenset.
This is true, but AIUI its API is based primarily on that of the (mutable) set. If you were creating a greenfield ImmutableSet class, what would its API look like? ChrisA