Stack constructor

Stack()

Implementation

Stack()
    : stack = <int>[],
      _max = 0;