clarify that char may not be unsigned (#20308)

This commit is contained in:
ringabout
2022-09-07 05:06:32 +08:00
committed by GitHub
parent b2c5f6f3c8
commit f433d9cccf

View File

@@ -30,7 +30,7 @@ type
# 'float64' is now an alias to 'float'; this solves many problems
type
char* {.magic: Char.} ## Built-in 8 bit character type (unsigned).
char* {.magic: Char.} ## Built-in 8 bit character type.
string* {.magic: String.} ## Built-in string type.
cstring* {.magic: Cstring.} ## Built-in cstring (*compatible string*) type.
pointer* {.magic: Pointer.} ## Built-in pointer type, use the `addr`