Function release

Add release function to all arrays. This will remove the given number of elements from the front of the array

void release(T) (
  ref T[] t,
  size_t elements
);

Parameters

NameDescription
t The array to release elements from.
elements Number of elements to release