# Functions
Delta returns a slice of DeltaOperations that, when applied to current, will result in current containing the same items as desired.
# Interfaces
Keyed provides the Key function which is used by the Delta function to identify items uniquely.
# Type aliases
OperationType states whether a DeltaOperation is add or remove.