]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/persistent/hashtables/nodes/bitmap/bitmap.factor
Delete empty unit tests files, remove 1- and 1+, reorder IN: lines in a lot of places...
[factor.git] / basis / persistent / hashtables / nodes / bitmap / bitmap.factor
index f231043274839d171ee0bf6ed39bea0fc357a621..4c764eba9331d2bbdfeeb407e41758b054a51ccd 100644 (file)
@@ -7,7 +7,7 @@ persistent.hashtables.config
 persistent.hashtables.nodes ;
 IN: persistent.hashtables.nodes.bitmap
 
-: index ( bit bitmap -- n ) [ 1- ] dip bitand bit-count ; inline
+: index ( bit bitmap -- n ) [ 1 - ] dip bitand bit-count ; inline
 
 M:: bitmap-node (entry-at) ( key hashcode bitmap-node -- entry )
     [let* | shift [ bitmap-node shift>> ]