//! The prelude for `zergogc`,
//! containing a set of commonly used
//! types and macros.
//!
//! This should really contain everything a garbage
//! collected program needs to use the API.
// macros
pub use crate::;
// Basic collector types
pub use crate::;
// Traits for user code to implement
pub use crate::;
// Hack traits
pub use crate::;
// Utils
pub use crateAssumeNotTraced;
pub use crateGcCell;