pub fn array_hash<A>(array: &A) -> Option<u64>where A: Array,
Returns the u64 hash of the given array.
u64