DataStore.add
- void add(string key, string val)
- void add(string key, T val)
- void add(string key, Vector!(ubyte, ALLOC) val)
- void add(string key, RefCounted!(Vector!(ubyte, ALLOC), ALLOC) val)
struct DataStore
void
add
(,auto const ref RefCounted!(Vector!(ubyte, ALLOC), ALLOC) val ) - void add(DictionaryListRef!(string, string) input)