Use deque with maxsize for command line history
A deque handles the size limit internally, eliminating some logic in the debugger itself.
Loading
Please sign in to comment
A deque handles the size limit internally, eliminating some logic in the debugger itself.