chickadee » rocksdb » rocksdb-iter-valid?

rocksdb-iter-valid? itprocedure

Returns #t if it is in a valid position (where you can read keys and move it back or forwards) and #f otherwise. A newly created iterator starts before the first entry in the database where rocksdb-iter-valid? will return #f.