Check if A is a subset of B.
Check if A is a subset of B
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer(kind=int64), | intent(in) | :: | A(:) | |||
| integer(kind=int64), | intent(in) | :: | B(:) |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer(kind=int32), | intent(in) | :: | A(:) | |||
| integer(kind=int32), | intent(in) | :: | B(:) |