use PhantomData;
use crateCell;
/// A generic token that can store any data. See examples/arena.rs for an example of how this could
/// be used.
>,
);
/// A Token that represents access to one or more memory locations, each containing the same or
/// different data types.
///
/// Currently, this crate only provides [Cell](crate::cells::Cell), but you may create your own
/// ownership primitives. See examples/arena.rs for an example.
pub type Token<const ID: usize> = ;