Function gix_pack::multi_index::chunk::fanout::from_bytes
source · pub fn from_bytes(chunk: &[u8]) -> Option<[u32; 256]>
Expand description
Decode the fanout table contained in chunk
, or return None
if it didn’t have the expected size.