[F] isArmLibraryNamespace
function isArmLibraryNamespace(program, namespace): booleanCheck if the given namespace contains ARM library types
Parameters
| Parameter | Type | Description |
|---|---|---|
program | Program | The program to process |
namespace | Namespace | The namespace to check |
Returns
boolean
true if the given namespace contains ARM library types only, false otherwise