- (alist->hash-table ALIST [#:test TEST] [#:hash HASH] [#:size SIZE] [#:initial INITIAL] [#:min-load MIN-LOAD] [#:max-load MAX-LOAD] [#:weak-keys WEAK-KEYS] [#:weak-values WEAK-VALUES])procedure
Returns a new HASH-TABLE. The HASH-TABLE is populated from the ALIST. The keyword arguments are per make-hash-table.
If a key occurs multiple times in ALIST, the first occurrence will be used in the hash table.