An open API service indexing awesome lists of open source software.

https://github.com/thelazytomcat/lib.sequentialvectors

Provides base class (TSequentialVector) that can be used to implement both FIFO (queue) and LIFO (stack) vectors with items/entries of specific type.
https://github.com/thelazytomcat/lib.sequentialvectors

delphi fifo fpc lazarus lifo object-pascal pascal queue stack

Last synced: 5 months ago
JSON representation

Provides base class (TSequentialVector) that can be used to implement both FIFO (queue) and LIFO (stack) vectors with items/entries of specific type.

Awesome Lists containing this project