KeyValueStore.this

Constructor with file name. Creates a new KeyValueDatabase for private use.

  1. this(KeyValueDatabase* db, string tableName)
  2. this(string fn)
    struct KeyValueStore(K, V)
    this
    (
    string fn
    )

Meta