math/big.Int.MarshalText (method, view implemented interface methods)

3 uses

	math/big (current package)
		intmarsh.go#L49: func (x *Int) MarshalText() (text []byte, err error) {
		intmarsh.go#L70: 	return x.MarshalText()
		ratmarsh.go#L63: 		return x.a.MarshalText()