//
pkg.gl
Category
github.com/siderolabs/gen
pair
ordered
package
0.5.0
Repository:
https://github.com/siderolabs/gen.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
0
Dependents
8
Files
69 SLOC
#
Functions
MakePair
MakePair creates a new Pair.
MakeTriple
MakeTriple creates a new Triple.
#
Structs
Pair
Pair is two element tuple of ordered values.
Triple
Triple is three element tuple of ordered values.
#
Interfaces
Ordered
Ordered is a constraint that permits any ordered type: any type that supports the operators < <= >= >.