len_trim Interface

public interface len_trim

Module Procedures

private elemental function string_len_trim(string) result(n)

Determine total trimmed length of string_t array

Arguments

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

Return Value integer

private pure function strings_len_trim(strings) result(n)

Determine total trimmed length of string_t array

Arguments

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

Return Value integer