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 1918f91 commit 754f798Copy full SHA for 754f798
src/stdlib_string_type.fypp
@@ -22,7 +22,7 @@ module stdlib_string_type
22
public :: string_type
23
public :: len, len_trim, trim, index, scan, verify, repeat, adjustr, adjustl
24
public :: lgt, lge, llt, lle, char, ichar, iachar
25
- public :: to_lower, to_upper, to_title, to_sentence, reverse
+ public :: to_lower, to_upper, to_title, to_sentence, reverse, move
26
public :: assignment(=)
27
public :: operator(>), operator(>=), operator(<), operator(<=)
28
public :: operator(==), operator(/=), operator(//)
0 commit comments