MCPcopy Create free account
hub / github.com/cockroachdb/apd / Bytes

Method Bytes

bigint.go:465–468  ·  view source on GitHub ↗

Bytes calls (big.Int).Bytes.

()

Source from the content-addressed store, hash-verified

463
464// Bytes calls (big.Int).Bytes.
465func (z *BigInt) Bytes() []byte {
466 var tmp1 big.Int //gcassert:noescape
467 return z.inner(&tmp1).Bytes()
468}
469
470// Cmp calls (big.Int).Cmp.
471func (z *BigInt) Cmp(y *BigInt) (r int) {

Calls 1

innerMethod · 0.95