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:
parent
c2331bb77e
commit
25787acb3c
@ -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 (
|
||||
|
Loading…
Reference in New Issue
Block a user