Dlist.DoublyLinkedList

Source

Summary

append(dll, data)
destroy(dll)
first(dll)
last(dll)
new()
prepend(dll, data)
to_list(dll)

Functions

append(dll, data)
Source
destroy(dll)
Source
first(dll)
Source
last(dll)
Source
new()
Source
prepend(dll, data)
Source
to_list(dll)
Source