Skip to content

v1.0.4

Latest
Compare
Choose a tag to compare
@JesseCoretta JesseCoretta released this 17 Jun 07:14
· 1 commit to main since this release
b857be1

v1.0.4

  • sort.Interface qualification, allowing basic sort operations for Stack instances
    • Added Stack.Swap(int, int) and Stack.Less(int, int) bool methods
    • Added Stack.SetLessFunc(...func(int, int) bool) Stack method to allow sort closure submission by adopters
    • Included a package-default sorter based on slice string representation, if available
  • Documentation updates
  • Removed Experimental badge from README.md 🥳
  • Removed unneeded (commented-out) code