Crate deepmesa_collections
source ·Modules§
- A doubly linked list that owns the nodes and can pre-allocate memory for performance. This linked list allows pushing and popping elements at either end in constant time with the same API as
std::collections::LinkedList
.
Macros§
- A macro to construct a new
BitVector
from a bit pattern.