Namespace ModularityKit.Mutator.Abstractions.Engine
Classes
MutationBase<TState>
Base class for mutation implementations that want sensible defaults for common behavior.
MutationStatistics
Retrieves aggregated mutation execution statistics.
Interfaces
IMutationEngine
Orchestrates mutation execution using a fully governed, end-to-end pipeline.
IMutation<TState>
Represents a mutation operation that can be applied to a given state of type TState.