Type of a change.
Convenience function for constructing a range that finds changes between two ranges.
Describes a change.
Range for iterating over changes between two sorted ranges.
See Source File
MIT
Copyright Jason White, 2016
Jason White
Description: Finds differences between two ranges.
All changes are discovered in O(max(n, m)) where n and m are the length of the two ranges.