Documentation

ListPopFront

ListPopFront Description Remove item from the very beginning of list.

Read More

ListPtrAt

ListPtrAt Description Pointer to data in node at given index in given list

Read More

ListPushArrL

ListPushArrL Description Push a complete array into this list.

Read More

ListPushBack

ListPushBack Description Push a l-value at the back of list.

Read More

ListPushBackL

ListPushBackL Description Push a l-value at the back of list.

Read More

ListPushBackR

ListPushBackR Description Push a r-value at the back of list.

Read More

ListPushFront

ListPushFront Description Insert a l-value at the very beginning of list.

Read More

ListPushFrontL

ListPushFrontL Description Insert a l-value at the very beginning of list.

Read More

ListPushFrontR

ListPushFrontR Description Insert a r-value at the very beginning of list.

Read More

ListRemove

ListRemove Description Remove item from list at given index and store in given pointer. Order of elements is guaranteed to be preserved.

Read More