wrap

package
v0.0.0-...-6b3b694 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 12, 2023 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Flattened

func Flattened[T []any](src []T) T

func FlattenedPtrs

func FlattenedPtrs[T []*any](src []T) T

Types

type Tuple

type Tuple[K comparable, V any] struct {
	Key K
	Val V
}

func TuplePtrsFromMap

func TuplePtrsFromMap[K comparable, V any](m map[K]V) []*Tuple[K, V]

func TuplesFromMap

func TuplesFromMap[K comparable, V any](m map[K]V) []Tuple[K, V]

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL