DevL / Pyby

A library implementing certain Ruby-like behaviours in Python.

Home Page:https://devl.github.io/Pyby

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Implement EnumerableSet

DevL opened this issue · comments

Add a third enumerable collection.

https://ruby-doc.org/stdlib-3.1.2/libdoc/set/rdoc/Set.html

In Ruby 3.2.0 Set will no longer have to be required as it's being elevated to comparable status as Array and Hash.