Versions in this module Expand all Collapse all v1 v1.1.0 Aug 22, 2024 Changes in this version + type Path interface + Delete func() + Exists func() bool + Get func() V + Set func(V) + func Begin[K comparable, M ~map[K]V, V any](m *M) Path[M] + func Next[K comparable, M ~map[K]V, V any](last Path[M], key K) Path[V]