1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-08-24 23:25:51 +02:00

clean use

This commit is contained in:
Justin Lin
2021-04-17 21:14:54 +08:00
parent cf9c312106
commit 5b76beed2f

View File

@@ -10,7 +10,6 @@
use <../../__comm__/_str_hash.scad>;
use <_impl/_hashmap_impl.scad>;
use <_impl/_hashmap_put_impl.scad>;
function hashmap(kv_lt, eq = function(e1, e2) e1 == e2, hash = function(e) _str_hash(e), number_of_buckets) =
let(