Closed randall77 closed 8 years ago
You need to use delete(m, k). Otherwise the map will grow without bound (with k:nil entries).
I've submitted PR #5 to fix this.
Merged, will update charts soon.
Great :-)
You need to use delete(m, k). Otherwise the map will grow without bound (with k:nil entries).