]> Cypherpunks repositories - gostls13.git/commit
mat/big: add raw access to Int bits
authorRobert Griesemer <gri@golang.org>
Wed, 1 Feb 2012 19:43:40 +0000 (11:43 -0800)
committerRobert Griesemer <gri@golang.org>
Wed, 1 Feb 2012 19:43:40 +0000 (11:43 -0800)
commit71c19b610f1f5c0d61cc339d122eba730fc78c71
treeee6fc6902b83a7b3b92f68818d1c81d9f9860959
parent9fb24b944812fe555b09395ff341c9818d98e25b
mat/big: add raw access to Int bits

This is a minimal API extension, it makes it possible
to implement missing Int functionality externally w/o
compromising efficiency. It is the hope that this will
reduce the number of feature requests going directly
into the big package.

Also: Fixed some naming inconsistencies: The receiver
is only called z when it is also the result.

R=golang-dev, agl
CC=golang-dev
https://golang.org/cl/5607055
src/pkg/math/big/int.go