vrp bug?

Kagamin spam at here.lot
Tue Sep 1 20:29:50 UTC 2026


Indeed, works with signed integer
```
char BitsToChar(in int bit5)
{
	const int b=bit5&0x1f;
	return b<10?'0'+b:'a'+(b-10);
}
```


More information about the Digitalmars-d-learn mailing list