Array.removeBack

Removes the last element from the array.

struct Array(T)
pragma(inline, true) @nogc
void
removeBack
()

Meta