]> gitweb.factorcode.org Git - factor.git/commitdiff
added inline declaration for hash-subset
authorSlava Pestov <slava@factorcode.org>
Mon, 18 Jul 2005 06:11:33 +0000 (06:11 +0000)
committerSlava Pestov <slava@factorcode.org>
Mon, 18 Jul 2005 06:11:33 +0000 (06:11 +0000)
library/collections/hashtables.factor

index 4d7c592db106c45e3a71b9825da1abd86226544d..d8b74c6eded2418ed45a52eda2e853873cb5a168 100644 (file)
@@ -133,7 +133,7 @@ IN: hashtables
     swap [ with ] hash-each 2drop ; inline
 
 : hash-subset ( hash quot -- hash | quot: [[ k v ]] -- ? )
-    >r hash>alist r> subset alist>hash ;
+    >r hash>alist r> subset alist>hash ; inline
 
 M: hashtable clone ( hash -- hash )
     dup bucket-count <hashtable>