← Standard library

Combine64

public fn Combine64(uint64 a, uint64 b) : uint64
import Combine64 from Wax::Hash;

Combines two existing hashes in order. This is an order-sensitive hash-table combiner, not a cryptographic operation.

Hash.wax:702

This declaration has no public members of its own.