fn takeIntBits(d: *Decompress, T: type) !T
fn takeIntBits(d: *Decompress, T: type) !T { return @intCast(try d.takeBits(@bitSizeOf(T))); }