Getable

Undocumented in source.

Members

Classes

ReadOptions (from rocksdb.options)
class ReadOptions via public import rocksdb.options : ReadOptions, WriteOptions;
Undocumented in source.
WriteOptions (from rocksdb.options)
class WriteOptions via public import rocksdb.options : ReadOptions, WriteOptions;
Undocumented in source.

Functions

get
ubyte[] get(ubyte[] key, ReadOptions opts)

Get a key

getString
string getString(string key, ReadOptions opts)

Get a key (as a string)

Imports

to (from std.conv)
public import std.conv : to;
Undocumented in source.

Meta