Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IsNilOrEmpty ¶
IsNilOrEmpty returns true if the value is nil or equal to the empty value.
func LowerFirstLetter ¶ added in v0.0.7
Types ¶
type Set ¶ added in v0.3.0
type Set[T comparable] map[T]consts.Empty
func NewSet ¶ added in v0.3.0
func NewSet[T comparable](elems ...T) Set[T]
Click to show internal directories.
Click to hide internal directories.