_map

package
v0.0.0-...-97e25f3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 25, 2020 License: MIT Imports: 4 Imported by: 0

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)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL