Function brotli::enc::metablock::ContextBlockSplitterFinishBlock

source ยท
fn ContextBlockSplitterFinishBlock<Alloc: Allocator<u8> + Allocator<u32> + Allocator<HistogramLiteral>, AllocHL: Allocator<HistogramLiteral>>(
    xself: &mut ContextBlockSplitter,
    m: &mut AllocHL,
    split: &mut BlockSplit<Alloc>,
    histograms: &mut [HistogramLiteral],
    histograms_size: &mut usize,
    is_final: bool,
)