Function brotli::enc::encode::HasherPrependCustomDictionary

source ยท
fn HasherPrependCustomDictionary<Alloc: Allocator<u16> + Allocator<u32>>(
    m: &mut Alloc,
    handle: &mut UnionHasher<Alloc>,
    params: &mut BrotliEncoderParams,
    size: usize,
    dict: &[u8],
)