Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alexito4/sectioner
Small extension on Collection that groups its elements.
https://github.com/alexito4/sectioner
collection extension swift
Last synced: 1 day ago
JSON representation
Small extension on Collection that groups its elements.
- Host: GitHub
- URL: https://github.com/alexito4/sectioner
- Owner: alexito4
- Created: 2018-08-23T18:08:47.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-08-24T06:27:18.000Z (over 6 years ago)
- Last Synced: 2024-12-09T00:06:19.214Z (25 days ago)
- Topics: collection, extension, swift
- Language: Swift
- Homepage:
- Size: 8.79 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sectioner
Small extension on Collection that groups its elements.
```
people.uniquelyGroupBy(\Person.name.first)
```