grn_expr_var

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 @nogc
struct grn_expr_var {}

Members

Variables

name
const(char)* name;
Undocumented in source.
name_size
uint name_size;
Undocumented in source.
value
.grn_obj value;
Undocumented in source.

Meta