operations

open override fun operations(): Sequence<RgaOp<V>>

The ops this replica currently holds — see OpLogCrdt.operations.

A Sequence view, deliberately: the concrete collection behind the op-log is not part of the public contract, so it stays free to change.

Not a complete history. compact drops ops and records a RgaOp.Compact naming what it dropped; dropWindow raises the compactedBelow floor and drops ops naming nothing. After either, the ops are gone from here.