Module zerogc::vec::raw

source · []
Expand description

The underlying representation of a GcVec

Structs

Drains a GcRawVec by repeatedly calling IGcVec::swap_remove

An iterator over a GcRawVec

Dummy implementation of GcRawVec for collectors which do not support GcVec

Enums

A marker error to indicate in-place reallocation failed

Traits

A garbage collected vector with unchecked interior mutability.

Basic methods shared across all garbage collected vectors.