HandySwift
HandySwift copied to clipboard
Embrace the new Swift Algorithms package
Problem Statement
Currently, several algorithmic helpers are added to HandySwift. There's is now a new Algorithms package though.
Suggested Solution
As there's now an official "Algorithms" package, we should deprecate the HandySwift helpers and help migrate to the new Algorithms package with the right pointers.
We could both, make use of the Algorithms package and also remove helpers and point to available method in it.
Another think we might do is actually provide some helpers from HandySwift and add them to the Algorithms package itself.