1
0
mirror of https://github.com/golang/go synced 2024-11-21 23:14:40 -07:00

math/big: document Word type

R=golang-dev, rsc
CC=golang-dev
https://golang.org/cl/5615050
This commit is contained in:
Robert Griesemer 2012-02-02 14:43:55 -08:00
parent c2331bb77e
commit 25787acb3c

View File

@ -8,8 +8,7 @@
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
const (