//! This module defines the std aliases.
use StdAllocator;
use crate;
use crate;
/// The alias for [`CArc`] with [`StdAllocator`].
pub type StdCArc<T> = ;
/// The alias for [`CWeak`] with [`StdAllocator`].
pub type StdCWeak<T> = ;
/// The alias for [`CArcBuilder`] with [`StdAllocator`].
pub type StdCArcArrayBuilder<T> = ;
/// The alias for [`CArcArray`] with [`StdAllocator`].
pub type StdCArcArray<T> = ;
/// The alias for [`CWeakArray`] with [`StdAllocator`].
pub type StdCWeakArray<T> = ;