Expand description
counting-pointer provides struct Sc and Asc .
They behave like std::rc::Rc and std::sync::Arc except for the followings.
ScandAsctreats only strong reference but not weak reference for the performance.ScandAsctakesGlobalAlloctype as a template parameter.