replikativ.crdt.simple-gset.stage

add!

(add! stage [user simple-gset-id] element)
Add an element to this SimpleGSet.

create-simple-gset!

(create-simple-gset! stage & {:keys [user is-public? description id], :or {is-public? false, description ""}})
Create a new simple Grow-Set. All values are inlined in the metadata, which
means this datatype works best with small collections of not too large values.

stream-into-atom!

(stream-into-atom! stage [u id] val-atom)