package
0.6.1
Repository: https://github.com/dappley/go-dappley.git
Documentation: pkg.go.dev

# Functions

NewSlice return a new slice.

# Structs

Slice is a sorted array.

# Type aliases

Cmp function, a < b -> -1, a == b -> 0, a > b -> 1.
Equal returns true if a and b are deemed the same, false otherwise.