repeat Interface

public interface repeat

Calls

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

Module Procedures

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

Arguments

Type IntentOptional Attributes Name
class(string), intent(in) :: self
integer, intent(in) :: ncopies

Return Value type(string)