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

4 uses

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

	github.com/jackc/pgx/v5/pgtype
		builtin_wrappers.go#L241: 	*w = uint64Wrapper(bi.Uint64())
		builtin_wrappers.go#L294: 	ui := bi.Uint64()

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