Fix two loop bugs:
o (loop for nil being the hash-keys of (make-hash-table) count t) o (loop for k being the hash-keys of (make-hash-table) using (hash-value (v1 . v2)) count t) From Gerd Moellmann.
Loading
Please register or sign in to comment
o (loop for nil being the hash-keys of (make-hash-table) count t) o (loop for k being the hash-keys of (make-hash-table) using (hash-value (v1 . v2)) count t) From Gerd Moellmann.