pub fn fx_hash<T: Hash>(value: &T) -> u64
Compute a fast hash of an arbitrary hashable value.
Uses FxHash (same as IncrementalLayout) for consistency with the existing caching infrastructure.