FixedSizeArray.removeBack

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

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

Meta