package
0.16.0
Repository: https://github.com/alecthomas/types.git
Documentation: pkg.go.dev

# Functions

LeftOf creates an Either[L, R] with a left value.
RightOf creates an Either[L, R] with a right value.

# Structs

No description provided by the author
No description provided by the author

# Interfaces

Either is a "sum type" that can be either Left or Right.