Std.Types.Collections
This page is still under construction!
This feature is still not implemented!
namespace Std.Types.Collections
Std.Types.Collections implements structures to manipulate a huge ammount of data.
It include mainly lists and it derivates, like queues and stacks.
Structures
| Structure | Description |
|---|---|
| Array | Generic structure to manipulate large amounts of data in a row |
| List | Generic structure to manipulate large amounts of data in linked lists |