Aman Godara
Aman Godara
I agree with `destroy` (please note that we have a function named `clear` in `stdlib_stringlist` which resets the list and NOT destroys it). Checkout this example from **python** to understand...
I added a basic range feature to `pop` and `drop` which will remove all strings at indexes in the interval [`first`, `last`]. Out of bounds indexes in this interval will...
> I am under the impression that adding the `get` function (although, as I said, it's a good idea) is out of scope for this PR. Am I right? Yeah,...
This PR is blocked by: #552
How about we add 2 small sections in documentation with the name `troubleshooting` and `caution`? We know not everyone has the patience to go through the whole documentation only to...
Also, a contributor might not be aware of markdown which GitHub uses this too can be added. in **GitHub Flavoured Markdown**: `Double space + Enter` means new line. `Double Enter`...