Is `Array` the only option for storing elements in Ruby?
Even though using Array is very idiomatic for Ruby, there are other handy classes. Set and SortedSet are parts of the language for some valid reasons. https://frontdeveloper.pl/2019/01/is-array-the-only-option-for-storing-elements-in-ruby/
Post a comment