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 months 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 (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-03-20T02:41:08.000Z (about 4 years ago)
- Last Synced: 2025-03-13T13:14:06.162Z (3 months ago)
- Topics: collections, lists, protocol, sequence, stdlib, swift, swift-extensions, swift-language, swiftlang
- Language: Swift
- Size: 34.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Collections
[](https://opensource.org/licenses/MIT)
[](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.