![](https://secure.gravatar.com/avatar/d67ab5d94c2fed8ab6b727b62dc1b213.jpg?s=120&d=mm&r=g)
Dec. 29, 2017
5: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