Expand description
Styled wrappers for live collections used with the sliced! macro.
This module provides wrapper types that store both a collection and its associated non-determinism guard, allowing the nondet to be properly passed through during slicing.
Structs§
- Atomic
- Atomic style wrapper that stores a collection and its non-determinism guard.
- Default
- Default style wrapper that stores a collection and its non-determinism guard.
Functions§
- atomic
- Wraps a live collection to be treated atomically during slicing.
- state
stageleft_runtime - Creates a stateful cycle with an initial value for use in
sliced!. - state_
null stageleft_runtime - Creates a stateful cycle without an initial value for use in
sliced!.