package
Version:
v0.0.0-...-6cc1c8d
Opens a new window with list of versions in this module.
Published: Mar 15, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Either[T, R, K, V any] interface {
First() T
Second() R
Third() K
Fourth() V
}
type Two[T any, R any] struct{}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.