MemoKey<E, A> extension type

Identity-based memoization key with phantom type parameters.

Each rule call creates a unique instance. Identity is by reference.

on

Constructors

MemoKey()
Creates a new unique key.
factory

Properties

id Object
The identity object used for reference-based memo table lookups.
final