State.rehash

Rebuilds the associative arrays used by the markov table.

struct State(T)
@property
void
rehash
(
bool deep = false
)

Parameters

deep bool

If true, all the counter tables are rebuilt as well.

Meta