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

2 uses

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