Is/Are there a function(s) in `std.algorithm` or `std.range` with
which to lazily compute a forward difference? I need this to
differentially pack sorted elements (integers) in a range. The
integers happen to be `SysTime` timestamps.
- Forward Difference Algorithm Nordlöw
- Re: Forward Difference Algorithm Ali Çehreli
- Re: Forward Difference Algorithm Nordlöw
