Creates a new cell.
impl<T> Cell<T> { fn new(data: T) -> Cell<T> }
The datum initially contained in the cell.