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) 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)
Click to show internal directories.
Click to hide internal directories.