PersistentStringSet

A string hashset, stored one line per entry.

Constructors

this
this(string fileName)
Undocumented in source.

Members

Aliases

Cache
alias Cache = FileCache!(load, save, FlushPolicy.manual)
Undocumented in source.

Functions

add
void add(string key)
Undocumented in source. Be warned that the author may not have intended to support it.
opBinaryRight
auto opBinaryRight(string key)
Undocumented in source. Be warned that the author may not have intended to support it.
remove
void remove(string key)
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

length
size_t length [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
lines
string[] lines [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

load
HashSet!string load(string fileName)
Undocumented in source. Be warned that the author may not have intended to support it.
save
void save(string fileName, HashSet!string data)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

cache
Cache cache;
Undocumented in source.

Meta