Documentation ¶
Index ¶
- func Collect[T comparable](src iter.Seq[T]) map[T]bool
- func Cross[K comparable, A, B any](set_a map[K]A, set_b map[K]B) map[K]A
- func FromSlice[T comparable](src []T) map[T]bool
- func MapKeys[K comparable, V any](src map[K]V) map[K]bool
- func MapValues[K, V comparable](src map[K]V) map[V]bool
- func Sub[K comparable, A, B any](set_a map[K]A, set_b map[K]B) map[K]A
- func Union[K comparable, T any](set_a map[K]T, set_b map[K]T) map[K]T
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Cross ¶
func Cross[K comparable, A, B any]( set_a map[K]A, set_b map[K]B, ) map[K]A
func FromSlice ¶
func FromSlice[T comparable](src []T) map[T]bool
func MapKeys ¶
func MapKeys[K comparable, V any](src map[K]V) map[K]bool
func MapValues ¶
func MapValues[K, V comparable](src map[K]V) map[V]bool
func Sub ¶
func Sub[K comparable, A, B any]( set_a map[K]A, set_b map[K]B, ) map[K]A
func Union ¶
func Union[K comparable, T any]( set_a map[K]T, set_b map[K]T, ) map[K]T
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.