pub type Operation = OperationV32;
The different LSM tree operations that can be performed as part of a mutation.
enum Operation { Insert, ReplaceOrInsert, Merge, }