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