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 77f98dc commit 738fcd3Copy full SHA for 738fcd3
src/stdlib_string_type.f90
@@ -30,6 +30,8 @@ module stdlib_string_type
30
31
!> String type holding an arbitrary sequence of characters.
32
type :: string_type
33
+ ! Use the sequence statement below as a hack to prevent extending this type.
34
+ ! It is not used for storage association.
35
sequence
36
private
37
character(len=:), allocatable :: raw
0 commit comments