add_head
Adds to items to the list's head. Items are added in the same order asitems.
| Param | Info |
|---|---|
| name | Name of the list |
| items | The items to add to the list. Each item must be of the appropriate type for the list. |
Returns
The length of the list after adding items.