Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Replace pointer casting in hashmap_random_keys with safe code
The old code was unnecessarily unsafe and relied on the layout of tuples always being the same as an array of the same size.
- Loading branch information