jsbean / Collections

Collection data structures
MIT License
2 stars 0 forks source link

Collections

Swift Build Status codecov Carthage compatible GitHub version

Contents

Structures


Protocols


Array extensions

List processing

Elements at indices

Removing elements

Replacing elements


Collection extensions


RangeReplaceableCollection extensions


enum extensions


Integration

Carthage

Integrate Collections into your OSX or iOS project with Carthage.

  1. Follow these instructions to install Carthage, if necessary.
  2. Add github "dn-m/Collections" to your Cartfile.
  3. Follow these instructions to integrate Collections into your OSX or iOS project.

Documentation

See the documentation.