/// The sequential implementation of a data structure.
/// The concurrent implementation of a data structure.
/// Type alias not to have always write down FQP.
pub type ConcOp<T> = Op;
/// Type alias not to have always write down FQP.
pub type ConcRet<T> = Ret;