is_set Interface

public interface is_set

Check if a given array is a set (ordered and unique elements)


Contents


Module Procedures

private pure function is_set_integer_int64(V) result(res)

Arguments

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

Return Value logical

private pure function is_set_integer_int32(V) result(res)

Arguments

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

Return Value logical