Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrIndexOutOfBounds = errors.New("index out of bounds")
ErrIndexOutOfBounds is returned when an index is out of bounds
View Source
var ErrItemNotFound = errors.New("item not found")
ErrItemNotFound is returned when an item is not found in the ordered collection
Functions ¶
func NewOrderedCollection ¶
func NewOrderedCollection() *orderedCollection
NewOrderedCollection creates a new ordered collection
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.