Versions in this module Expand all Collapse all go1 go1.18.10 Jan 10, 2023 Changes in this version + type SortedMap struct + Key []reflect.Value + Value []reflect.Value + func Sort(mapValue reflect.Value) *SortedMap + func (o *SortedMap) Len() int + func (o *SortedMap) Less(i, j int) bool + func (o *SortedMap) Swap(i, j int)