* Returns the visible contents as a plain `Map`. * @returns {Map<K, Cell<V>>} materialized map
()
| 184 | * @returns {Map<K, Cell<V>>} materialized map |
| 185 | */ |
| 186 | asMap() { |
| 187 | return new Map(this.asPairArray()); |
| 188 | } |
| 189 | |
| 190 | /** |
| 191 | * Returns the number of visible keys after collapsing the stack. |
nothing calls this directly
no test coverage detected