The namespace PoC.dstruct
offers syntheziable data structures.
The package PoC.dstruct
holds all component declarations for this namespace.
dstruct_deque
- implements a deque (double-ended queue)dstruct_stack
- implements a stack (LIFO)
Note: For FIFO storage elements see the namespace PoC.fifo
.