package
Version:
v0.0.1-alpha
Opens a new window with list of versions in this module.
Published: May 3, 2022
License: MIT
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 Union[T any, U any] struct {
}
func (u Union[T, U]) Get() (*T, *U)
func (u Union[T, U]) GetT() *T
func (u Union[T, U]) GetU() *U
Source Files
¶
Click to show internal directories.
Click to hide internal directories.