FixedSizeArray.removeAll

This function removes all elements from the array.

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

Meta