Documentation
¶
Index ¶
- func AllWithIndex[ELEMENT any](set interfaces.Set[ELEMENT]) interfaces.Seq2[int, ELEMENT]
- func Any[ELEMENT any](set interfaces.Set[ELEMENT]) (element ELEMENT)
- func Contains[ELEMENT any](set interfaces.Set[ELEMENT], element ELEMENT) bool
- func Del[ELEMENT any](set interfaces.SetMutable[ELEMENT], element ELEMENT)
- func Equals[ELEMENT interfaces.Stringer](left, right interfaces.Set[ELEMENT]) bool
- func Strings[ELEMENT interfaces.Stringer](collections ...interfaces.Set[ELEMENT]) interfaces.Seq[string]
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AllWithIndex ¶
func AllWithIndex[ELEMENT any](set interfaces.Set[ELEMENT]) interfaces.Seq2[int, ELEMENT]
func Any ¶
func Any[ELEMENT any](set interfaces.Set[ELEMENT]) (element ELEMENT)
func Contains ¶
func Contains[ELEMENT any]( set interfaces.Set[ELEMENT], element ELEMENT, ) bool
func Del ¶
func Del[ELEMENT any](set interfaces.SetMutable[ELEMENT], element ELEMENT)
func Equals ¶
func Equals[ELEMENT interfaces.Stringer]( left, right interfaces.Set[ELEMENT], ) bool
func Strings ¶
func Strings[ELEMENT interfaces.Stringer]( collections ...interfaces.Set[ELEMENT], ) interfaces.Seq[string]
Types ¶
This section is empty.
Source Files
¶
- main.go
Click to show internal directories.
Click to hide internal directories.