LinkedList.reset

Reset the HashMap contents and optionally configure a new heap manager. We cannot guarantee to clean up reconfigured allocators, so be sure to invoke reset() before discarding this class

Time complexity: O(n)

class LinkedList(V, alias Reap = Container.reap, alias Heap = Container.DefaultCollect)
final
reset
()

Meta