- empty
bool empty [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
- front
auto front [@property getter]
return the front of the iterator
- key
Slice key [@property getter]
- next
void next [@property getter]
- ok
bool ok [@property getter]
- prev
void prev [@property getter]
- ptr
inout(leveldb_iterator_t) ptr [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
- seek
T seek [@property setter]
- seek_to_first
void seek_to_first [@property getter]
- seek_to_last
void seek_to_last [@property getter]
- status
string status [@property getter]
Gets the current error status of the iterator
- valid
bool valid [@property getter]
Iterator has more data to read
- value
auto value [@property getter]
DB Iterator
Can iterate the db