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.
Description
Since the underlying raw variable (character(:), allocatable) of string_type is allocatable, we can have a move_alloc for string_type.
raw
character(:), allocatable
string_type
move_alloc
Prior Art
fortran has move_alloc for allocatables.