Aman Godara

Results 3 issues of Aman Godara

If the inserted `slist` has length 0, then `insert_at` can give **seg-fault error** in this code: ```fortran do i = work_idxn + post_length - pre_length, post_length list%stringarray(inew) = slist%stringarray(i) inew...

Delete function to `stdlib_stringlist` Tasks: - [x] Add delete function (`impure`) to stringlist - [x] renamed `delete` to `pop` and also added `drop` function - [x] corrected error in documentation...

reviewers needed
topic: strings