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