Module rustc_span::source_map::monotonic

source ·

Structs§

  • A MonotonicVec is a Vec which can only be grown. Once inserted, an element can never be removed or swapped, guaranteeing that any indices into a MonotonicVec are stable