swift-algorithm-club
swift-algorithm-club copied to clipboard
Dev
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