This module defines a library of string functions not available as intrinsics,
but which are generally available in other languages. For example, the generic
to_string
function is provided for converting intrinsic types to strings. I.e.
print *, "The answer is: " // to_string(42)
.
Find the documentation here.