HandySwift icon indicating copy to clipboard operation
HandySwift copied to clipboard

Handy Swift features that didn't make it into the Swift standard library.

Results 4 HandySwift issues
Sort by recently updated
recently updated
newest added

## Problem Statement Currently only works on Numeric types. ## Suggested Solution Could be made available for all `AdditiveArithmetic` types: ```swift extension Sequence where Element: AdditiveArithmetic { public func sum()...

enhancement

Swift has added a `randomElement` feature, we should embrace it for consistency.

enhancement

## Problem Statement Currently, several algorithmic helpers are added to HandySwift. There's is now a new [Algorithms](https://github.com/apple/swift-algorithms) package though. ## Suggested Solution As there's now an official "Algorithms" package, we...

enhancement