# Functions
UniqueByKey implements a "last one wins" approach to removing mutations with duplicate keys from the input slice.
UniqueByTimeKey implements a "last one wins" approach to removing mutations with duplicate (time, key) tuples from the input slice.