use crateThread;
use Cell;
static mut CURRENT: usize = 0;
/// Thread-local previous thread index cell.
;
/// Returns a reference to the thread-local storage of the current thread.
///
/// The contents of this object can be customized with `thr!` macro. See [`the
/// module-level documentation`](crate::thr) for details.
pub unsafe