[][src]Module crdts::mvreg

This module contains a Multi-Value Register.

Structs

MVReg

MVReg (Multi-Value Register) On concurrent writes, we will keep all values for which we can't establish a causal history.

Enums

Op

Defines the set of operations over the MVReg

Traits

Val

A Trait alias for the possible values MVReg's may hold