Data interface for the type of an actor run result.

interface IActorHashBindingsOutput {
    hashFunction: HashFunction;
}

Hierarchy (view full)

Properties

Properties

hashFunction: HashFunction

A number-based hash factory of the given object. It is recommended to always return 32-bit numbers to enable SMI optimization.

Hash functions could produce collisions for non-equal bindings.

The bindings to hash.

The object's hash.