mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-08-25 23:46:32 +02:00
clean use
This commit is contained in:
@@ -10,7 +10,6 @@
|
|||||||
|
|
||||||
use <../../__comm__/_str_hash.scad>;
|
use <../../__comm__/_str_hash.scad>;
|
||||||
use <_impl/_hashmap_impl.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) =
|
function hashmap(kv_lt, eq = function(e1, e2) e1 == e2, hash = function(e) _str_hash(e), number_of_buckets) =
|
||||||
let(
|
let(
|
||||||
|
Reference in New Issue
Block a user