Returns reference to the chunks
(&self)
| 153 | |
| 154 | /// Returns reference to the chunks |
| 155 | pub fn chunks(&self) -> &'a [u64] { |
| 156 | self.chunks |
| 157 | } |
| 158 | |
| 159 | /// Returns an iterator over the chunks |
| 160 | pub fn iter(&self) -> UnalignedBitChunkIterator<'a> { |
no outgoing calls
no test coverage detected