mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-08-24 23:25:51 +02:00
clean use
This commit is contained in:
@@ -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(
|
||||
|
Reference in New Issue
Block a user