pub fn list_hash<L>(list: &L) -> Option<u64>where L: List,
Returns the u64 hash of the given list.
u64