Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 103 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 103 Bytes

NewStack

Member Functions

  • void push(T)
  • T pop()
  • T peek()
  • int size()
  • void removeAll()