Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

Awesome Lists containing this project

README

        

# Sectioner

Small extension on Collection that groups its elements.

```
people.uniquelyGroupBy(\Person.name.first)
```