Skip to content

v0.39.1

Compare
Choose a tag to compare
@saiskee saiskee released this 17 May 02:45
· 9 commits to main since this release
01eb817
Sai/efficient union (#561)

* efficient union

* update

* nil check on union

* comment code and add fallback in case argument set in Union is not sorted

* add more tests for union

* update to ensure sets are kept in sorted order

* update changelog location

* update changelog location

* change issortedby method

* remove issortedby

* go fmt