Versions in this module Expand all Collapse all v1 v1.0.4 Jul 20, 2023 v1.0.2 Jul 20, 2023 Changes in this version + type Iter iter + func NewIter(m map[K]V) *Iter[K, V] + func (i *Iter[K, V]) Has() bool + func (i *Iter[K, V]) Key() K + func (i *Iter[K, V]) Next() + func (i *Iter[K, V]) Value() V