Companion

object Companion

Functions

Link copied to clipboard

Create a changeset from its JSON representation.

Link copied to clipboard
fun empty(length: Int): ChangeSet

Create an empty changeset of the given length.

Link copied to clipboard
fun of(changes: ChangeSpec, length: Int, lineSep: String? = null): ChangeSet

Create a change set for the given changes, for a document of the given length, using lineSep as line separator.