-
Notifications
You must be signed in to change notification settings - Fork 192
Open
Labels
APIDiscussion on a specific API for a proposal (exploratory)Discussion on a specific API for a proposal (exploratory)easyDifficulty level is easy and good for starting into this projectDifficulty level is easy and good for starting into this projectideaProposition of an idea and opening an issue to discuss itProposition of an idea and opening an issue to discuss ittopic: stringsString processingString processing
Description
Motivation
As I said in #562 , we can enhance the constructor of string_type
to support conversion of other types (integer
, real
, logical
, complex
) to string_type
, and support format
argument.
The important thing is that this constructor can be elemental
, type(string_type)
is very good at constructing flexible string arrays, but to_string
can only be pure
because character(:), allcoatable
.
At this stage, string_type
only constructs strings from character
, integer
, and logical
types.
Prior Art
Additional Information
No response
milancurcic
Metadata
Metadata
Assignees
Labels
APIDiscussion on a specific API for a proposal (exploratory)Discussion on a specific API for a proposal (exploratory)easyDifficulty level is easy and good for starting into this projectDifficulty level is easy and good for starting into this projectideaProposition of an idea and opening an issue to discuss itProposition of an idea and opening an issue to discuss ittopic: stringsString processingString processing