Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewSliceIterator ¶
func NewSliceIterator[T any](slice []T) *sliceIterator[T]
Types ¶
type Iterator ¶
func NewSetAssertIterator ¶
func NewSetAssertIterator[S comparable, T any](set map[S]struct{}) (Iterator[T], error)
func NewSetIterator ¶
func NewSetIterator[S map[T]struct{}, T comparable](set S) Iterator[T]
Click to show internal directories.
Click to hide internal directories.