hashtables: fix indentation
parent
78aa73b29e
commit
11174a7ffe
|
@ -115,9 +115,7 @@ M: hashtable assoc-size ( hash -- n )
|
||||||
[ count>> ] [ deleted>> ] bi - ; inline
|
[ count>> ] [ deleted>> ] bi - ; inline
|
||||||
|
|
||||||
: rehash ( hash -- )
|
: rehash ( hash -- )
|
||||||
dup >alist [
|
dup >alist [ dup clear-assoc ] dip (rehash) ;
|
||||||
dup clear-assoc
|
|
||||||
] dip (rehash) ;
|
|
||||||
|
|
||||||
M: hashtable set-at ( value key hash -- )
|
M: hashtable set-at ( value key hash -- )
|
||||||
dup ?grow-hash
|
dup ?grow-hash
|
||||||
|
|
Loading…
Reference in New Issue