chickadee » leveldb » leveldb-iter-key

leveldb-iter-key itprocedure
leveldb-iter-value itprocedure

Get the current key or value for it at its current position. These procedures will return #f if (leveldb-iter-valid? it) returns #f, or strings otherwise.

The current implementation copies the foreign memory into a CHICKEN string may not be ideal for large values.