pub type PointersByClass = IndexMap<String, Vec<String>>;Expand description
Pointers found at one path, grouped by target class, in encounter order.
Insertion-ordered so the generated $in array is deterministic and diffable against
upstream’s.
Aliased Type§
pub struct PointersByClass { /* private fields */ }