Std.Types.Static
This page is still under construction!
This feature is still not implemented!
namespace Std.Types.Static
Std.Types.Static implements structures to manipulate static memory buffers of data,
using compiling-time defined sizes to avoid the use of an memory allocator.
It include mainly lists and it derivates, like queues and stacks.
Structures
| Structure | Description |
|---|---|
| StringBuffer | Generic structure to manipulate a static and preallocated buffer of characters. |