Package: effect
Module: MetricState
A MetricState describes the state of a metric. The type parameter of a
metric state corresponds to the type of the metric key (MetricStateType).
This phantom type parameter is used to tie keys to their expected states.
Signature
export interface MetricState<in A> extends MetricState.Variance<A>, Equal.Equal, Pipeable {}
Since v2.0.0