FixedSizeArray.removeFront

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

struct FixedSizeArray(T, size_t Size = 32)
pragma(inline, true)
void
removeFront
()

Meta