* Get the current size of the collection (cached)
()
| 492 | * Get the current size of the collection (cached) |
| 493 | */ |
| 494 | public get size(): number { |
| 495 | return this._state.size |
| 496 | } |
| 497 | |
| 498 | /** |
| 499 | * Get all keys (virtual derived state) |
nothing calls this directly
no outgoing calls
no test coverage detected