brotli/enc/
pdf.rs

1//TODO: replace with builtin SIMD type
2
3#[derive(Copy, Clone, Default, Debug)]
4pub struct PDF([i16; 16]);