You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/specs/stdlib_stringlist_type.md
+13-18
Original file line number
Diff line number
Diff line change
@@ -2,16 +2,16 @@
2
2
title: stringlist type
3
3
---
4
4
5
-
# `stdlib_stringlist_type` module (1-D List of Strings)
5
+
# `stdlib_stringlist_type` module (1-D List of strings)
6
6
7
7
[TOC]
8
8
9
9
## Introduction
10
10
11
-
The `stdlib_stringlist_type` module provides with 2 derived types to deal with list of strings.
12
-
`stringlist_type` derived type represents a one-dimensional list of variable-length strings which is compatible with Fortran intrinsic character and `stringlist_type` derived type represents an index to access, modify the elements of a stringlist and insert strings to a stringlist.
11
+
The `stdlib_stringlist_type` module provides with 2 derived types to deal with lists of strings.
12
+
`stringlist_type` derived type represents a one-dimensional list of variable-length strings which is compatible with Fortran intrinsic character and `stringlist_index_type` derived type represents an index to access, modify the elements of a stringlist and insert strings to a stringlist.
0 commit comments