Bucket.KV

Undocumented in source.
struct Bucket(K, V = void)
package
static if(!(is(V == void)))
struct KV {}

Members

Variables

key
K key;
Undocumented in source.
value
V value;
Undocumented in source.

Meta