1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-08-10 00:36:40 +02:00

update doc

This commit is contained in:
Justin Lin
2021-03-09 17:14:52 +08:00
parent a2c62a7759
commit 4099efc3cd

View File

@@ -1,4 +1,4 @@
# hashmap_put
# hashmap_del
This function deletes the mapping for the specified key from a [util/map/hashmap](https://openhome.cc/eGossip/OpenSCAD/lib3x-hashmap.html) if present. It returns a new map without the key/value.