SimpleCaseEntry

8 byte easy SimpleCaseEntry, will be compressed to SCE which bit packs values to 4 bytes

struct SimpleCaseEntry {
uint ch;
ubyte n;
ubyte size;
bool isLower;
bool isUpper;
}

Meta