Gets the underlying value, returns null if the cell is empty
@override T? getOrNull() { return get().v; }