package
Version:
v0.3.0
Opens a new window with list of versions in this module.
Published: Feb 5, 2026
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 Flag[U _Uint] struct {
}
func (f *Flag[U]) Trim(u U) U
func (f Flag[U]) Value() U
func (f *Flag[U]) With(u U) U
type Flagger[U _Uint] interface {
Value() U
Is(U) bool
With(U) U
Trim(U) U
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.