PoC.dstruct
The namespace PoC.dstruct offers different data structure implementations.
Package
The package dstruct holds all component declarations for this namespace.
Entities
Entity dstruct_deque implements a deque (two-sided FIFO).
Entity dstruct_stack implements a regular stack.