Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IterateByValue ¶
Create a iterator for the map, ordered by map vlaues, using the lessFunc
func IteratorByKey ¶
Create a iterator for the map, ordered by map keys
Types ¶
type OMap ¶
OMap is a map with iteration order
func (OMap[K, V]) IterateByKey ¶
func (omap OMap[K, V]) IterateByKey() iterator[K, V]
func (OMap[K, V]) IterateByValue ¶
Create a iterator for the map, ordered by map vlaues, using the lessFunc
Click to show internal directories.
Click to hide internal directories.