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