* A "soft" clear, which keeps the underlying storage size the same, but * empties the contents of its dataArray()
()
| 17 | * empties the contents of its dataArray() |
| 18 | */ |
| 19 | clear() { |
| 20 | this.length = 0; |
| 21 | } |
| 22 | |
| 23 | /** |
| 24 | * Can be used to scale a DataArray back down to fit its contents. |
no outgoing calls
no test coverage detected