3 lines
142 B
Text
3 lines
142 B
Text
|
The implementation of Stack requires to use _s[0] whenever I want to operate on the array directly.
|
||
|
I don't understand why this is necessary.
|