//
pkg.gl
Category
github.com/dappley/go-dappley
common
sorted
package
0.6.1
Repository:
https://github.com/dappley/go-dappley.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
0
Dependents
0
Files
108 SLOC
#
Functions
NewSlice
NewSlice return a new slice.
#
Structs
Slice
Slice is a sorted array.
#
Type aliases
Cmp
Cmp function, a < b -> -1, a == b -> 0, a > b -> 1.
Equal
Equal returns true if a and b are deemed the same, false otherwise.