[][src]Type Definition crossbeam_epoch::ArrayShared

type ArrayShared<'g, T> = Shared<'g, ArrayBox<T>>;

A pointer to an array protected by the epoch GC.

See Shared for more details.