* Returns the array representation of this set (which has the proper indices * indicated by indexOf). Note that this is a copy of the internal array used * for storing the members so that no one can mess with internal state.
()
| 94 | * for storing the members so that no one can mess with internal state. |
| 95 | */ |
| 96 | toArray() { |
| 97 | return this._array.slice(); |
| 98 | } |
| 99 | } |
| 100 | exports.ArraySet = ArraySet; |
no outgoing calls
no test coverage detected