from_string_array Module Procedure

module procedure from_string_array pure module function from_string_array(lines) result(file_object)

Arguments

Type IntentOptional Attributes Name
type(string_t), intent(in) :: lines(:)

Return Value type(file_t)