Documentation ¶
Overview ¶
Package map_ provides immutable.Map constructors
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func From ¶
func From[K comparable, V any](next func() (K, V, bool)) immutable.Map[K, V]
From instantiates a map with key/values retrieved by the 'next' function. The next returns a key/value pairs with true or zero values with false if there are no more elements.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.