math/big.Int.SetBits (method)
2 uses
math/big (current package)
int.go#L95: func (z *Int) SetBits(abs []Word) *Int {
go/constant
value.go#L749: return makeInt(newInt().SetBits(words[:i]))
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)