← Standard library

Combine32

public fn Combine32(uint32 a, uint32 b) : uint32
import Combine32 from Wax::Hash;

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

Hash.wax:693

This declaration has no public members of its own.