Creates a new RefCell.
RefCell
impl<T> RefCell<T> { fn new(data: T) -> RefCell<T> }
The initial datum stored in the cell.