set Interface

public interface set

Create a set out of A


Contents


Module Procedures

private pure function set_integer_int64(V) result(res)

Arguments

Type IntentOptional Attributes Name
integer(kind=int64), intent(in) :: V(:)

Return Value integer(kind=int64), allocatable, (:)

private pure function set_integer_int32(V) result(res)

Arguments

Type IntentOptional Attributes Name
integer(kind=int32), intent(in) :: V(:)

Return Value integer(kind=int32), allocatable, (:)