[][src]Module rustc_ap_rustc_span::source_map::monotonic

Structs

MonotonicVec

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