We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0128f4e commit 4bf2738Copy full SHA for 4bf2738
src/stdlib_stringlist.f90
@@ -4,17 +4,6 @@
4
!
5
! Note: very preliminary
6
7
-! TODO:
8
-! insert( list_end, ... ) in an empty list?
9
-! concatenate two string lists
10
-!
11
-! Not implemented yet:
12
-! insert a list or an array of character strings
13
-! replace a string, list or an array of character strings
14
-! concatenate a list with another list or an array
15
16
-! Limited to implemented routines
17
18
module stdlib_stringlist
19
use stdlib_string_type, only: string_type !, move
20
use stdlib_math, only: clip
0 commit comments