repeat Interface

public interface repeat

Calls

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

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)