Tuple Interface

public interface Tuple

Contents


Module Procedures

private function Tuple_new(item1, item2) result(t)

Arguments

TypeIntentOptionalAttributesName
character, intent(in) :: item1
character, intent(in) :: item2

Return Value type(Tuple)