HashU128
struct HashU128import HashU128 from Wax::Hash;A low/high pair carrying a 128-bit unsigned product in the hashing implementation. This is an arithmetic support value, not a cryptographic hash type.
Members
lofield
public uint64 loThe least significant 64 bits.
hifield
public uint64 hiThe most significant 64 bits.
constructorconstructor
public constructor (uint64 lo, uint64 hi)Stores the supplied low and high halves.
ToStringmethod
public fn ToString() : stringProvided by the compiler.
ToStringBuffermethod
public fn ToStringBuffer(StringBuilder builder) : int32Provided by the compiler.