mirror of
https://github.com/golang/go
synced 2024-11-25 12:37:56 -07:00
math/big: document Word type
R=golang-dev, rsc CC=golang-dev https://golang.org/cl/5615050
This commit is contained in:
parent
c2331bb77e
commit
25787acb3c
@ -8,8 +8,7 @@
|
|||||||
|
|
||||||
package big
|
package big
|
||||||
|
|
||||||
// TODO(gri) Decide if Word needs to remain exported.
|
// A Word represents a single digit of a multi-precision unsigned integer.
|
||||||
|
|
||||||
type Word uintptr
|
type Word uintptr
|
||||||
|
|
||||||
const (
|
const (
|
||||||
|
Loading…
Reference in New Issue
Block a user