nestedmaps

package
v1.52.0 Latest Latest
Warning

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

Go to latest
Published: May 28, 2023 License: MPL-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Path

type Path[V any] interface {
	Set(V)
	Get() V
	Exists() bool
	Delete()
}

func Begin

func Begin[K comparable, M ~map[K]V, V any](m *M) Path[M]

func Next

func Next[K comparable, M ~map[K]V, V any](
	last Path[M],
	key K,
) Path[V]

Jump to

Keyboard shortcuts

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