Type Definition partiql_source_map::metadata::LocationMap

source ·
pub type LocationMap<T> = HashMap<T, Location<BytePosition>>;
Expand description

Map of T to a [Location<BytePosition>>]