std::compression::qoi

OpIndex

bitstruct OpIndex : char
{
	char tag : 6..7;
	char index : 0..5;
}

Parent Type

Members

Methods