]> gitweb.factorcode.org Git - factor.git/blobdiff - core/hashtables/hashtables.factor
Revert "hashtables: Preserve access semantics for alist >hashtable conversion"
[factor.git] / core / hashtables / hashtables.factor
index b445390898636e5b5aebd50243b55f549d01bf5a..79fe86093db7d4bcb46aba47492208ab61a8db35 100644 (file)
@@ -91,7 +91,7 @@ TUPLE: hashtable
     dupd new-key@ set-nth-pair ; inline
 
 : (rehash) ( alist hash -- )
-    [ <reversed> ] dip [ swapd (set-at) ] curry assoc-each ; inline
+    [ swapd (set-at) ] curry assoc-each ; inline
 
 : hash-large? ( hash -- ? )
     [ count>> 1 fixnum+fast 3 fixnum*fast ]