MVRegister

fun MVRegister()

Default constructor creating an empty register.

fun MVRegister(env: Environment)
fun MVRegister(entries: Set<Pair<String, Timestamp>>, causalContext: VersionVector, env: Environment)
fun MVRegister(value: String, env: Environment)

Constructs a MVRegister instance initialized with a given value and environment.

fun MVRegister(other: MVRegister)

Copy constructor, discarding associated environment

Return

a copy of other with no env associated.