array_eq Interface

public interface array_eq

Module Procedures

private function array_eq_int32(a, b)

Check if two integer arrays are equal.

Arguments

Type IntentOptional Attributes Name
integer(kind=int32), intent(in), dimension(:) :: a
integer(kind=int32), intent(in), dimension(:) :: b

Return Value logical