Documentation
¶
Index ¶
- type ArrayMap
- func (m *ArrayMap) Add(value T) (key int)
- func (m *ArrayMap) Cap() int
- func (m *ArrayMap) For(visitor func(key int, value T) (broken bool))
- func (m *ArrayMap) Get(key int) (value T, ok bool)
- func (m *ArrayMap) Len() int
- func (m *ArrayMap) Remove(key int) (value T, ok bool)
- func (m *ArrayMap) Update(key int, value T) bool
- type T
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.