Skip to content

[F] isArmLibraryNamespace

function isArmLibraryNamespace(program, namespace): boolean;

Check if the given namespace contains ARM library types

ParameterTypeDescription
programProgramThe program to process
namespaceNamespaceThe namespace to check

boolean

true if the given namespace contains ARM library types only, false otherwise