Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func KMapArr ¶
func KMapArr(in interface{}) interface{}
KMapArr transforms map into slice of map keys
func KVMapArr ¶
func KVMapArr(in interface{}) interface{}
KVMapArr transforms map into slice of functions returning (key, val) pairs. map[A]B => []func()(A, B)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.