Remove

data class Remove<Id>(val id: Id) : LogOp<Id>

A tombstone of id. Contributes no dot (it reuses the insert's id).

Constructors

Link copied to clipboard
constructor(id: Id)

Properties

Link copied to clipboard
val id: Id