mirror of
https://github.com/golang/go
synced 2024-11-21 21:04:41 -07:00
go_spec: specify that int and uint have the same size
R=r, rsc, iant, ken2 CC=golang-dev https://golang.org/cl/3992041
This commit is contained in:
parent
d4bdaf11d9
commit
97025ebfef
@ -1,5 +1,5 @@
|
|||||||
<!-- title The Go Programming Language Specification -->
|
<!-- title The Go Programming Language Specification -->
|
||||||
<!-- subtitle Version of January 7, 2011 -->
|
<!-- subtitle Version of January 13, 2011 -->
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
TODO
|
TODO
|
||||||
@ -699,7 +699,7 @@ There is also a set of predeclared numeric types with implementation-specific si
|
|||||||
|
|
||||||
<pre class="grammar">
|
<pre class="grammar">
|
||||||
uint either 32 or 64 bits
|
uint either 32 or 64 bits
|
||||||
int either 32 or 64 bits
|
int same size as uint
|
||||||
float either 32 or 64 bits
|
float either 32 or 64 bits
|
||||||
complex real and imaginary parts have type float
|
complex real and imaginary parts have type float
|
||||||
uintptr an unsigned integer large enough to store the uninterpreted bits of a pointer value
|
uintptr an unsigned integer large enough to store the uninterpreted bits of a pointer value
|
||||||
|
Loading…
Reference in New Issue
Block a user