# Functions
NewIntegerList returns a linked list of integers with a fixed capacity this list is tailor made to keep track of out of order message offsets while processing kafka messages.
# Constants
Null refers to the null list address.
# Variables
ErrAddrMissingValue indicates that the requested address does not contain any value.
ErrAddrOutOfRange indicates the provided address is out of range.
ErrCapacity indicates that the list is out of capacity.
ErrEmpty indicates that the list is empty.
# Structs
No description provided by the author
# Type aliases
No description provided by the author