package
0.1.2
Repository: https://github.com/neocotic/go-optional.git
Documentation: pkg.go.dev

# Functions

Asc sorts the given slice using optional.Compare in ascending order.
Desc sorts the given slice using optional.Compare in descending order.
IsAsc returns whether the given slice is sorted using optional.Compare in ascending order.
IsDesc returns whether the given slice is sorted using optional.Compare in descending order.