Barray.reset

Resets length of array to 0 without free'ing the array memory. This sets it up for re-using the memory.

struct Barray(T)
void
reset
()

Meta