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