array_eq Interface

public interface array_eq

Module Procedures

private pure function array_eq_i8(arr1, arr2)

Arguments

Type IntentOptional Attributes Name
integer(kind=int_8), intent(in), DIMENSION(:) :: arr1
integer(kind=int_8), intent(in), DIMENSION(:) :: arr2

Return Value logical

private pure function array_eq_i(arr1, arr2)

Arguments

Type IntentOptional Attributes Name
integer, intent(in), DIMENSION(:) :: arr1
integer, intent(in), DIMENSION(:) :: arr2

Return Value logical