tanya ~master (2021-06-04T07:37:50Z)
Dub
Repo
Bucket.KV
tanya
container
entry
Bucket
Undocumented in source.
struct
Bucket
(K, V = void)
static if
(!(
is(V == void)
))
alias
KV
=
Tuple
!(
K
, "key",
V
, "value")
Meta
Source
See Implementation
tanya
container
entry
Bucket
aliases
KV
constructors
this
functions
moveKey
opEquals
remove
properties
key
variables
key_
kv
status