Documentation
¶
Index ¶
- Variables
- type Arrlst
- func (a *Arrlst) Append(val interface{})
- func (a *Arrlst) Get(idx int) (interface{}, error)
- func (a *Arrlst) InsertAt(val interface{}, idx int) error
- func (a *Arrlst) Prepend(val interface{})
- func (a *Arrlst) Remove(val interface{}) (interface{}, error)
- func (a *Arrlst) RemoveAt(idx int) (interface{}, error)
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrIdxOutOfBounds = errors.New("index out of bounds") ErrNotFound = errors.New("value not found") )
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.