maphash
(maphash function hash-table)
Hash tables covered in more detail later
(maphash #'(lambda (key value)
(format t "~&k=~A,v=~A" key value)
ht)
Previous slide
Next slide
Back to first slide
View graphic version