std::compression::qoi

OpRun

bitstruct OpRun : char
{
	char tag : 6..7;
	char run : 0..5;
}

Parent Type

Members

Methods