📄️ Overview
A list is a node based container, implemented as a doubly linked list.
📄️ create
|Param|Description|
📄️ add
|Param|Description|
📄️ add_head
|Param|Description|
📄️ add_tail
|Param|Description|
📄️ set
|Param|Description|
📄️ get
|Param|Description|
📄️ get_head
|Param|Description|
📄️ get_tail
|Param|Description|
📄️ get_rng
|Param|Description|
📄️ remove
|Param|Description|
📄️ remove_head
|Param|Description|
📄️ remove_tail
|Param|Description|
📄️ delete
|Param|Description|
📄️ delete_all
Delete all arrays.
📄️ exist
|Param|Description|
📄️ length
|Param|Description|
📄️ splice
|Param|Description|