package
Version:
v0.4.0
Opens a new window with list of versions in this module.
Published: Sep 22, 2025
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 Option[TAny any] func(TAny)
type Tuple1[T1 any] struct {
Val1 T1
}
type Tuple2[T1 any, T2 any] struct {
Val1 T1
Val2 T2
}
type Tuple3[T1 any, T2 any, T3 any] struct {
Val1 T1
Val2 T2
Val3 T3
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.