// (c) Copyright 2025 Helsing GmbH. All rights reserved.
pub
pub
pub
pub use RegisterOp;
pub use ArrayOp;
pub use MapOp;
/// A type that holds a [`Delta`] for one of the known CRDT [`Delta`] types.
///
/// This exists so that [`MapOp`] and [`ArrayOp`] don't need a separate operation type for each
/// type of inner value they may want to insert or update at a given key.
///
pub