package
0.0.0-20230427212404-27d85d358f2c
Repository: https://github.com/binaryphile/valor.git
Documentation: pkg.go.dev

# Functions

TupleMap returns a Tuple with each value replaced by the result of each function.
TupleOf creates a Tuple of (v, v2, v3, v4).
TupleResultOf creates a result.Result of either (v, v2, v3, v4) or err.
TupleValueOf creates an optional.Value of (v, v2, v3, v4) if ok is true.

# Structs

Tuple contains four values.