DList.clear

Removes all contents from the DList.

Postcondition: empty

Complexity: O(1)

struct DList(T)
void
clear
()

Meta