# Functions
Maps generates Changes for two maps with the same type signature by checking for any removals and then checking for additions.
No description provided by the author
# Structs
Changes is the result of the difference between two maps – items that are added and items that are removed This map is used to reconcile state differences.
# Interfaces
No description provided by the author