pub const Block = struct { pub const Header = struct { last_block: bool, block_type: Block.Type, block_size: u21, }; pub const Type = enum(u2) { raw, rle, compressed, reserved, }; }
Press escape to exit search and then '?' to see more options.