Release Notes
In this release, State[S] has been split into StateReader[+S] (read-only) and StateWriter[-S] (write-only) sub-traits, allowing functions to declare the minimum access they need (see #3).
In this release, State[S] has been split into StateReader[+S] (read-only) and StateWriter[-S] (write-only) sub-traits, allowing functions to declare the minimum access they need (see #3).