math/big.nat.bytes (method)
7 uses
math/big (current package)
floatmarsh.go#L54: x.mant[len(x.mant)-n:].bytes(buf[10:]) // cut off unused trailing words
int.go#L454: return buf[x.abs.bytes(buf):]
int.go#L466: x.abs.bytes(buf)
intmarsh.go#L23: i := x.abs.bytes(buf) - 1 // i >= 0
nat.go#L1483: func (z nat) bytes(buf []byte) (i int) {
ratmarsh.go#L24: i := x.b.abs.bytes(buf)
ratmarsh.go#L25: j := x.a.abs.bytes(buf[:i])
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |