Constructor for new string instances from an integer of kind int64.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer(kind=int64), | intent(in) | :: | val |
elemental module function new_string_from_integer_int64(val) result(new) integer(int64), intent(in) :: val type(string_type) :: new new%raw = to_string(val) end function new_string_from_integer_int64