Documentation
¶
Index ¶
- type Array2
- func (arr *Array2) Cap() int
- func (arr *Array2) Del(idx int) (interface{}, bool)
- func (arr *Array2) Get(idx int) (interface{}, bool)
- func (arr *Array2) GetOrSet(idx int, DoSetValue func([]interface{}, int)) (result interface{}, isSet bool)
- func (arr *Array2) Grow(size int)
- func (arr *Array2) Set(idx int, value interface{})
- func (arr *Array2) Values() []interface{}
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.