Module list

Module list 

Source

Structs§

ExpLinkedList
A linked list that grows exponentially. It is used to store a large number of elements in a memory-efficient way. The list grows by doubling the capacity of the last element when it’s full, the capacity can be limited by the limit parameter. The default value is 0, which means no limit.
ExpLinkedListIntoIter
ExpLinkedListIter