This repository was archived by the owner on Sep 17, 2023. It is now read-only.
Release 3.0.0
Improvements
- Simplify
SingleContextKey
andMultiContextKey
implementations for better performance.
Changes
SimpleContextKey
seed provides single value.- Add
IterativeContextKey
which seed isIterable
of its sources
AIterable
is no longer used. MultiContextKey
extendsIterativeContextKey
,