package
0.5.0
Repository: https://github.com/siderolabs/gen.git
Documentation: pkg.go.dev

# Functions

MakePair creates a new Pair.
MakeTriple creates a new Triple.

# Structs

Pair is two element tuple of ordered values.
Triple is three element tuple of ordered values.

# Interfaces

Ordered is a constraint that permits any ordered type: any type that supports the operators < <= >= >.