leveldb_comparator_create

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
extern (C) nothrow
leveldb_comparator_create
(
void* state
,
void function
(
void*
)
destructor
,
int function
(
void*
,
const char* a
,
size_t alen
,
const char* b
,
size_t blen
)
compare
,
const(char*) function
(
void*
)
name
)

Meta