tanya v0.19.0 (2023-09-25T16:35:33Z)
Dub
Repo
Bucket.KV
tanya
container
entry
Bucket
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
Source
See Implementation
tanya
container
entry
Bucket
constructors
this
functions
moveKey
opEquals
remove
properties
key
structs
KV
variables
key_
kv
status