Documentation ¶
Overview ¶
Package mapsort provides sorted access to maps.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Range ¶
func Range(mapv protoreflect.Map, keyKind protoreflect.Kind, f func(protoreflect.MapKey, protoreflect.Value) bool)
Range iterates over every map entry in sorted key order, calling f for each key and value encountered.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.