Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CollectionEmptyError ¶
type CollectionEmptyError struct{}
func NewCollectionEmptyError ¶
func NewCollectionEmptyError() CollectionEmptyError
func (CollectionEmptyError) Error ¶
func (CollectionEmptyError) Error() string
type CollectionFullError ¶
type CollectionFullError struct {
Capacity int
}
func NewCollectionFullError ¶
func NewCollectionFullError(cap int) CollectionFullError
func (CollectionFullError) Error ¶
func (e CollectionFullError) Error() string
type IndexOutOfBoundsError ¶
type IndexOutOfBoundsError struct {
Index int
}
func NewIndexOutOfBoundsError ¶
func NewIndexOutOfBoundsError(i int) IndexOutOfBoundsError
func (IndexOutOfBoundsError) Error ¶
func (err IndexOutOfBoundsError) Error() string
Click to show internal directories.
Click to hide internal directories.