repeat Interface

public interface repeat

Calls

interface~~repeat~2~~CallsGraph interface~repeat~2 repeat proc~srepeat_string_string~2 srepeat_string_string interface~repeat~2->proc~srepeat_string_string~2

Contents


Module Procedures

private elemental function srepeat_string_string(self, ncopies) result(repeated)

Arguments

TypeIntentOptionalAttributesName
class(string), intent(in) :: self
integer, intent(in) :: ncopies

Return Value type(string)