Skip to main content

SlotTable

Type Alias SlotTable 

Source
pub type SlotTable = FxHashMap<String, u16>;
Expand description

Name → frame slot for one chunk. Empty when the chunk is not eligible.

Aliased Type§

pub struct SlotTable { /* private fields */ }