-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
make cuchar alias uint8 instead of char #17738
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
is this a good change? nim --eval:'echo (cuchar.low.ord, cuchar.high.ord, cuchar.low, cuchar.high)' after PR: at least this needs more rationale |
|
@timotheecour why do you think that it's "less good"? |
|
Also, it's more consistent with what we have already - |
split from #17728