prova.util.dynamicarray

Undocumented in source.

Members

Functions

removeElement
T[] removeElement(T[] array, T element)

Removes an element in place and returns the shortened range using std.algorithm's countUntil and remove functions

Meta