Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lucianopalmeida/collections
Playing around with Swift Collections and Sequences
https://github.com/lucianopalmeida/collections
collections lists protocol sequence stdlib swift swift-extensions swift-language swiftlang
Last synced: 3 days ago
JSON representation
Playing around with Swift Collections and Sequences
- Host: GitHub
- URL: https://github.com/lucianopalmeida/collections
- Owner: LucianoPAlmeida
- License: mit
- Created: 2019-02-10T20:22:27.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-03-20T02:41:08.000Z (almost 4 years ago)
- Last Synced: 2025-01-20T09:09:02.393Z (3 days ago)
- Topics: collections, lists, protocol, sequence, stdlib, swift, swift-extensions, swift-language, swiftlang
- Language: Swift
- Size: 34.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Collections
[![MIT](https://img.shields.io/badge/License-MIT-red.svg)](https://opensource.org/licenses/MIT)
[![Build Status](https://travis-ci.com/LucianoPAlmeida/Collections.svg?branch=master)](https://travis-ci.com/LucianoPAlmeida/Collections)Playing around with Swift Collections and Sequences implementations.
This is just a personal repo for testing and implement cool thing involving collection and sequences in Swift.## Contents
* [RotatedCollection](Collections/RotatedCollection.swift) - A collection that presents the elements of its base collection with the elements position rotated by a given offset.
* [InterspersedSequence](Collections/Sequence/InterspersedSequence.swift) - A lazy view for sequence that creates a new sequence where for each iteration of the base sequence the value is inserted.## Licence
Collections is released under MIT Licence.