trim library

Functions

trim<Item>(List<Item> oldList, List<Item> newList, bool areEqual(Item a, Item b)) → _TrimResult<Item>
Check if the lists start or end with the same items to trim the problem down as much as possible.