Type Definition sindra::scope::memory::MemoryScope [] [src]

type MemoryScope<Sym, Val> = Scope<HashMap<Identifier, SymbolMemory<Sym, Val>>>;

Scope specialization with both symbol (of type Sym) and memory (values of type Val) information