//
pkg.gl
Category
github.com/alecthomas/types
either
package
0.16.0
Repository:
https://github.com/alecthomas/types.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
1
Dependents
10
Files
20 SLOC
#
Functions
LeftOf
LeftOf creates an Either[L, R] with a left value.
RightOf
RightOf creates an Either[L, R] with a right value.
#
Structs
Left
No description provided by the author
Right
No description provided by the author
#
Interfaces
Either
Either is a "sum type" that can be either Left or Right.