stackPush

Push val into arr, treating it like a stack.

void
stackPush
(
T
)
(
ref T[] arr
,
auto ref T val
)

Meta