Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Expand ¶
type Expand[T Expandable[T]] []T
func (Expand[T]) SetOrUnsetIf ¶
SetOrUnsetIf sets the value if the condition is true, otherwise it removes the value if present.
type Expandable ¶
type Expandable[T any] interface { comparable Values() []T }
Click to show internal directories.
Click to hide internal directories.