ada_string_pair

A struct representing a key-value pair in search parameters.

extern (C) @nogc nothrow @safe
struct ada_string_pair {}

Members

Variables

key
ada_string key;

The key string.

value
ada_string value;

The value string.

Meta