repeat Interface

public interface repeat

Module Procedures

private elemental function repeat_(string, ncopies) result(repeat_string)

Concatenate several copies of a varying string

Arguments

Type IntentOptional Attributes Name
type(varying_string), intent(in) :: string
integer, intent(in) :: ncopies

Return Value type(varying_string)