pub type TransientData = HashMap<SolutionDataIndex, HashMap<Key, Vec<Word>>>;
Transient data map.
struct TransientData { /* private fields */ }