hash-star
hash-star is a package that provides additional functions for interacting with nested hash tables.
Currently, it provides two functions:
hash-ref*, which reduces nestedhash-refcalls when dealing with nested hash tables. It has time-complexity of \(O(k)\), where \(k\) is the number of keys.hash-keys-set*, an immutable, \(O(n)\) function for setting values in nested hash tables.
Lucas Sta Maria