d-leveldb v1.16.0 (2014-04-09T23:13:10Z)
Home
Dub
Repo
Iterator.opApplyReverse
leveldb
db
DB
Iterator
Undocumented in source. Be warned that the author may not have intended to support it.
int
opApplyReverse
(int delegate(Slice) dg)
int
opApplyReverse
(int delegate(Slice, Slice) dg)
class
Iterator
int
opApplyReverse
(
int
delegate
(
Slice
,
Slice
)
dg
)
Meta
Source
See Implementation
leveldb
db
DB
Iterator
aliases
popFront
constructors
this
destructors
~this
functions
opApply
opApplyReverse
properties
empty
front
key
next
ok
prev
ptr
seek
seek_to_first
seek_to_last
status
valid
value