aboutsummaryrefslogtreecommitdiff
path: root/Vector.h
Commit message (Collapse)AuthorAgeFilesLines
* chore: Reorganize and comment codebaseSyndamia2026-05-121-4/+15
|
* feat!: Refactor using MemoryManagerSyndamia2026-05-121-0/+18
The idea is to provide a universal memory management "API", through which you allocate and deallocate. This allows our implementations (for String and Vector) to be more generic. It does also allow usage of different allocators depending on situation.