ae ~master (2024-01-05T13:09:51Z)
Home
Dub
Repo
KeyValueStore.this
ae
sys
persistence
keyvalue
KeyValueStore
Constructor with file name. Creates a new
KeyValueDatabase
for private use.
this
(KeyValueDatabase* db, string tableName)
this
(string fn)
struct
KeyValueStore
(K, V)
this
(
string
fn
)
Meta
Source
See Implementation
ae
sys
persistence
keyvalue
KeyValueStore
aliases
getOrAdd
constructors
this
functions
get
opApply
opBinaryRight
opIndex
opIndexAssign
remove
require
properties
keys
length
variables
db
tableName
Constructor with file name. Creates a new KeyValueDatabase for private use.