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

2 uses

	math/big (current package)
		int.go#L432: func (x *Int) Uint64() uint64 {

	go/constant
		value.go#L528: 		return x.val.Uint64(), x.val.IsUint64()