DArray.removeFront

This function removes an element form the front of the array.

struct DArray(T)
pragma(inline, true)
void
removeFront
(
)

Meta