Documentation ¶
Overview ¶
Package map_ provides mutable ordered.Map constructors
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Empty ¶
func Empty[K comparable, V any]() *ordered.Map[K, V]
Empty instantiates a map with zero capacity
func From ¶
func From[K comparable, V any](next func() (K, V, bool)) *ordered.Map[K, V]
From instantiates a map with elements obtained by passing the 'loop' function
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.