Bucket.KV

Undocumented in source.
struct Bucket(K, V = void)
static if(!(is(V == void)))
alias KV = Tuple!(K, "key", V, "value")

Meta