rocksdb v0.0.7 (2017-02-12T09:26:21Z)
Dub
Repo
Slice
rocksdb
slice
Undocumented in source.
struct
Slice {
size_t
l
;
immutable
char
*
p
;
static
Slice
fromString
(string source);
ubyte
[]
value
();
string
toString
();
}
Members
Functions
toString
string
toString
()
Undocumented in source. Be warned that the author may not have intended to support it.
value
ubyte
[]
value
()
Undocumented in source. Be warned that the author may not have intended to support it.
Static functions
fromString
Slice
fromString
(string source)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
l
size_t
l
;
Undocumented in source.
p
char
*
p
;
Undocumented in source.
Meta
Source
See Implementation
rocksdb
slice
structs
Slice