Contents
Indexes:
Function Buffer-Hash
Part of:
package elprep
(
buffer-hash
< buf > )
Get the hash code for a buffer; once a hash code is computed, the buffer shouldn't change anymore.
This can be used for hash tables, like in (make-hash-table :test #'buffer= :hash-function #'buffer-hash).