Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IterableMap ¶
type IterableMap map[interface{}]interface{}
func (IterableMap) IterateOver ¶
func (m IterableMap) IterateOver(f MapIterator, order IterateOrder)
type IterateOrder ¶
type IterateOrder uint8
const ( ORDER_ASC IterateOrder = 1 ORDER_DESC IterateOrder = 2 )
type MapIterator ¶
type MapIterator func(interface{}, interface{}, int)
Click to show internal directories.
Click to hide internal directories.