Skip to main content

sort_map_entries

Function sort_map_entries 

Source
pub fn sort_map_entries(entries: &mut [HashEntry])
Expand description

Sorts map entries according to Minecraft’s ordering: First by key hash, then by value hash (both as padded longs).