DArray.removeBack

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

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

Meta