A `Vec`-like structure parametric on an `Alloc`. The overall structure here borrows heavily from the smallvec crate, though our goals here are of course different. One could easily fork smallvec to achieve a similar aim, but we want to focus on allocation in this setting and smallvec is unlikely to help (our vectors will be large).
source not stored for this graph (policy: none)
nothing calls this directly
no outgoing calls
no test coverage detected