()
| 61 | |
| 62 | get keyCount(): number |
| 63 | get orderedEntriesArray(): Array<[any, Set<TKey>]> |
| 64 | get orderedEntriesArrayReversed(): Array<[any, Set<TKey>]> |
| 65 | |
| 66 | get indexedKeysSet(): Set<TKey> |
nothing calls this directly
no outgoing calls
no test coverage detected