This repository has been archived by the owner on Dec 1, 2024. It is now read-only.
v1.0.4
sort.Interface
qualification, allowing basic sort operations forStack
instances- Added
Stack.Swap(int, int)
andStack.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
- Added
- Documentation updates
- Removed Experimental badge from README.md 🥳
- Removed unneeded (commented-out) code