State factory.
Creates a state implementation from a seed value providing:
The state interface type to be implemented
Seed value with initial data and update functions
A new state implementation enforcing deep immutability with attached manager metadata
Performance Optimization
Object.is
State factory.
Creates a state implementation from a seed value providing: