Stack

Stack.

struct Stack (
T
) {
Appender!(T[]) _app;
}

See Also

Meta