Documentation ¶
Index ¶
- func Addr(opts ...SliceOpt[netip.Addr]) value.EmptyConstructor
- func AddrPort(opts ...SliceOpt[netip.AddrPort]) value.EmptyConstructor
- func Bool(opts ...SliceOpt[bool]) value.EmptyConstructor
- func Duration(opts ...SliceOpt[time.Duration]) value.EmptyConstructor
- func Int(opts ...SliceOpt[int]) value.EmptyConstructor
- func New[T comparable](hc contained.TypeInfo[T], opts ...SliceOpt[T]) value.EmptyConstructor
- func Path(opts ...SliceOpt[string]) value.EmptyConstructor
- func Rune(opts ...SliceOpt[rune]) value.EmptyConstructor
- func String(opts ...SliceOpt[string]) value.EmptyConstructor
- type SliceOpt
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AddrPort ¶ added in v0.0.18
func AddrPort(opts ...SliceOpt[netip.AddrPort]) value.EmptyConstructor
func New ¶
func New[T comparable](hc contained.TypeInfo[T], opts ...SliceOpt[T]) value.EmptyConstructor
Types ¶
type SliceOpt ¶
type SliceOpt[T comparable] func(*sliceValue[T])
func Choices ¶
func Choices[T comparable](choices ...T) SliceOpt[T]
func Default ¶
func Default[T comparable](def []T) SliceOpt[T]
Click to show internal directories.
Click to hide internal directories.