Type Alias FactHashEntry

Source
pub type FactHashEntry = factHashEntry;

Aliased Type§

struct FactHashEntry {
    pub theFact: *mut fact,
    pub next: *mut factHashEntry,
}

Fields§

§theFact: *mut fact§next: *mut factHashEntry