Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Map ¶
type Map struct {
// contains filtered or unexported fields
}
Map is a map implementation that maintains ordering of keys.
func FromMap ¶
FromMap creates a *Map from the input map. Note that while the contents will be ordered, the ordering is not guaranteed since the input map is unordered.
func (*Map) KeyValues ¶
KeyValues returns the KeyValue pairs within the map, in the order that they were added.
func (*Map) UnorderedData ¶
UnorderedData returns all the data from the map.
Click to show internal directories.
Click to hide internal directories.