Function: restriction()
restriction(
a,b):IdSet
Defined in: packages/core/src/utils/trie.ts:46
Returns an IdSet containing only the identifiers present in both a and b.
Parameters
| Parameter | Type |
|---|---|
a | IdSet |
b | IdSet | ASTIdentifier[] |
restriction(
a,b):IdSet
Defined in: packages/core/src/utils/trie.ts:46
Returns an IdSet containing only the identifiers present in both a and b.
| Parameter | Type |
|---|---|
a | IdSet |
b | IdSet | ASTIdentifier[] |