//
pkg.gl
Category
github.com/nebulasio/go-nebulas
common
sorted
package
3.0.0+incompatible
Repository:
https://github.com/nebulasio/go-nebulas.git
Documentation:
pkg.go.dev
Overview
Versions
3
Dependencies
0
Dependents
3
Files
88 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.