An open API service indexing awesome lists of open source software.

https://github.com/xcessentials/arrayext

Various array helpers that extend built-in Swift array functionality.
https://github.com/xcessentials/arrayext

array convenience-helpers extenstion functional swift xcode

Last synced: 22 days ago
JSON representation

Various array helpers that extend built-in Swift array functionality.

Awesome Lists containing this project

README

        

[![GitHub License](https://img.shields.io/github/license/XCEssentials/ArrayExt.svg?longCache=true)](LICENSE)
[![GitHub Tag](https://img.shields.io/github/tag/XCEssentials/ArrayExt.svg?longCache=true)](https://github.com/XCEssentials/ArrayExt/tags)
[![Swift Package Manager Compatible](https://img.shields.io/badge/SPM-compatible-brightgreen.svg?longCache=true)](Package.swift)
[![Carthage Compatible](https://img.shields.io/badge/Carthage-compatible-brightgreen.svg?longCache=true)](https://github.com/Carthage/Carthage)
[![Written in Swift](https://img.shields.io/badge/Swift-5.0-orange.svg?longCache=true)](https://swift.org)
[![Supported platforms](https://img.shields.io/badge/platforms-macOS%20%7C%20iOS%20%7C%20tvOS%20%7C%20watchOS%20%7C%20Linux-blue.svg?longCache=true)](Package.swift)
[![Build Status](https://travis-ci.com/XCEssentials/ArrayExt.svg?branch=master)](https://travis-ci.com/XCEssentials/ArrayExt)

# ArrayExt

Various array helpers that extend built-in Swift array functionality