swift-algorithm-club icon indicating copy to clipboard operation
swift-algorithm-club copied to clipboard

Dev

Open dec1 opened this issue 9 months ago • 1 comments

Description

  • extend OrderedSet with convenience methods ensure_at_front/end, useful eg in implementing a list of "recent documents"
  • fix typo and inconsistent formatting in comments
  • bugfix: bugfix: inserting at index 0 in empty container fails of OrderedSet

dec1 avatar May 09 '24 19:05 dec1