Ruby 3.2.0 Set
In Ruby 3.2.0, Set is now available as a builtin class without the need to use require "set"1
And if you don't know what a Set
is, it is a collection data structure of unordered values without duplicates.
All of my short-form thoughts on programming, security and more, collected in chronological order.
In Ruby 3.2.0, Set is now available as a builtin class without the need to use require "set"1
And if you don't know what a Set
is, it is a collection data structure of unordered values without duplicates.