hnisula / ducklib

A library made out of ducks
1 stars 0 forks source link

TArray needs way to increase length but also reserve capacity #39

Closed hnisula closed 2 years ago

hnisula commented 2 years ago

TArray::Resize() does not increase length of the array and basically works as a Reserve() would work.