string_t Interface

public interface string_t

Module Procedures

private function new_string_t(s) result(string)

Helper function to generate a new string_t instance (Required due to the allocatable component)

Arguments

Type IntentOptional Attributes Name
character(len=*), intent(in) :: s

Return Value type(string_t)