We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
The text was updated successfully, but these errors were encountered:
swap
Successfully merging a pull request may close this issue.
Description
Since the underlying
raw
variable (character(:), allocatable
) ofstring_type
is allocatable, we can have amove_alloc
forstring_type
.Prior Art
fortran has
move_alloc
for allocatables.The text was updated successfully, but these errors were encountered: