pub fn cold(rec: &[u8]) -> Option<Cold>Expand description
Where the value of a demoted record is, or None if the record is resident.
This is the branch every point read makes. None is the common answer and
it costs one test of a bit in a byte that has already been fetched.