Reading through the source code, I have noticed that the end of the iterator iterating over the occupied_cells was specified by the length of the free_cells KeySet. I think this should be replaced by the occupied_cells length as completed in this commit/PR. Or is there perhaps another underlying reason for this choice?
Reading through the source code, I have noticed that the end of the iterator iterating over the occupied_cells was specified by the length of the free_cells KeySet. I think this should be replaced by the occupied_cells length as completed in this commit/PR. Or is there perhaps another underlying reason for this choice?