Last updated
Last updated
Marks the beginning of the list.
Unrealistic to have that many ids.
Modifier to guarantee the given new id is valid.
Modifier to guarantee the given id is valid.
Modifier to guarantee the given position is valid.
Modifier to guarantee the given ids are consecutive.
prevId
is checked by consecutiveId to be valid
should never be called more than once
Returns the last id in
lists the ids contained in the linked list.
Parameters
Returns
Returns whether id is in list and not Sentinel
Parameters
Id and prevId can be _SENTINEL
Parameters
Id and nextId can be _SENTINEL
Parameters
Add To list at last position
Parameters
Remove Id from list and decrease size.
Parameters
Move id in list
Parameters
Given id invalid.
Given new id invalid.
Given position in list is invalid.
Given ids are not consecutive.
Given ids are not consecutive.
Struct used to store information about an element in the list.
Properties