ruby-sorted-set

variant of Set with elements sorted in ascending order
  https://github.com/knu/sorted_set
  0
  no reviews



This Ruby library implements a variant of Set whose elements are sorted in ascending order.

The sorted_set library used to be part of Ruby's standard library before ruby3.0.