# Functions
Merge creates a merged transofrmer from the specified transformers.
NewDedupe creates a transformer that deduplicates container edits.
NewMergedDevice creates a transformer with the specified options.
NewSimplifier creates a simplifier transformer.
NewSorter creates a transformer that sorts container edits.
WithName sets the name of the merged device.
WithSkipIfExists sets whether to skip adding the merged device if it already exists.
# Interfaces
Transformer defines the API for applying arbitrary transforms to a spec in-place.
# Type aliases
MergedDeviceOption is a function that configures a merged device.