Module revm::collection[][src]

Re-exports

pub use std::borrow::Cow::Borrowed;

Modules

A contiguous growable array type with heap-allocated contents, written Vec<T>.

Macros

Creates a Vec containing the arguments.

Structs

A hash map implemented with quadratic probing and SIMD lookup.

A contiguous growable array type, written as Vec<T> and pronounced ‘vector’.

Enums

A clone-on-write smart pointer.

A view into a single entry in a map, which may either be vacant or occupied.