Skip to main content

Binding

Type Alias Binding 

Source
pub type Binding = (usize, usize);
Expand description

A variable binding: (source_addr, target_addr) on the heap.