Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Size: 3
- get(0) => foo
- get(1) => bar
- get(2) => baz
- Size: 3
- pop() => baz
- pop() => bar
- pop() => foo
- Size: 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement