package
0.5.1
Repository: https://github.com/awalterschulze/goderive.git
Documentation: pkg.go.dev

# Functions

Compare returns: - 0 if this and that are equal, - -1 is this is smaller and - +1 is this is bigger.
Compare_ returns: - 0 if this and that are equal, - -1 is this is smaller and - +1 is this is bigger.
Compare_i returns: - 0 if this and that are equal, - -1 is this is smaller and - +1 is this is bigger.
Sort sorts the slice inplace and also returns it.

# Structs

No description provided by the author