string Interface

public interface string

Contents


Module Procedures

private function construct_from_fill(chars, len)

Arguments

Type IntentOptional Attributes Name
character(len=*), intent(in), optional :: chars
integer, intent(in), optional :: len

Return Value type(string)