array

package
v0.0.0-...-e1c21c9 Latest Latest
Warning

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

Go to latest
Published: May 10, 2019 License: Zlib Imports: 0 Imported by: 0

Documentation

Index

Constants

View Source
const STEP = 64

Variables

This section is empty.

Functions

This section is empty.

Types

type DenseIntMap

type DenseIntMap struct {
	// contains filtered or unexported fields
}

func (*DenseIntMap) Clear

func (m *DenseIntMap) Clear()

func (*DenseIntMap) Compact

func (m *DenseIntMap) Compact()

func (*DenseIntMap) Del

func (m *DenseIntMap) Del(k int)

func (*DenseIntMap) Get

func (m *DenseIntMap) Get(k int) (v int, ok bool)

func (*DenseIntMap) Grow

func (m *DenseIntMap) Grow(size int)

func (*DenseIntMap) Put

func (m *DenseIntMap) Put(k, v int)

type SparseIntMap

type SparseIntMap struct {
	// contains filtered or unexported fields
}

func (*SparseIntMap) Compact

func (m *SparseIntMap) Compact()

func (*SparseIntMap) Del

func (m *SparseIntMap) Del(k int)

func (*SparseIntMap) Get

func (m *SparseIntMap) Get(k int) (v int)

func (*SparseIntMap) Grow

func (m *SparseIntMap) Grow(size int)

func (*SparseIntMap) Put

func (m *SparseIntMap) Put(k, v int)

Jump to

Keyboard shortcuts

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