chickadee » rocksdb » rocksdb-iter-key

rocksdb-iter-key itprocedure
rocksdb-iter-value itprocedure

Get the current key or value for it at its current position. These procedures will return #f if (rocksdb-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.