Module mun_memory::diff

source ·

Modules

Enums

The difference between an old and new ordered set of structs.

Functions

Given an old and a new ordered set of types, computes the difference based on ordering and equality of struct types. Thus, a diff can consist of inserted, deleted, moved, and edited (i.e. fields of) struct types.