pub trait GetNode<D: ?Sized, I: Clone + Copy> { // Required method fn get(&self, reference: I) -> &D; }
Lookup an IR node from the context
Lookup the value by the reference obtained from a call to add