SeqDiffOp<T> constructor

const SeqDiffOp<T>(
  1. SeqDiffKind kind,
  2. T value
)

Creates an op of kind carrying value. Audited: 2026-06-12 11:26 EDT

Implementation

const SeqDiffOp(this.kind, this.value);