DataStore.add

Undocumented in source. Be warned that the author may not have intended to support it.
  1. void add(string key, string val)
  2. void add(string key, T val)
  3. void add(string key, Vector!(ubyte, ALLOC) val)
  4. void add(string key, RefCounted!(Vector!(ubyte, ALLOC), ALLOC) val)
  5. void add(DictionaryListRef!(string, string) input)
    struct DataStore
    public
    void
    add
    (
    in DictionaryListRef!(string, string) input
    )

Meta