1 Repo
Logic for reorganizing data into chunks, flat lists, or transposed matrices.
Distinct from Array Chunking: Covers flattening and transposition in addition to basic chunking
Explore 1 awesome GitHub repository matching data & databases · Collection Restructuring. Refine with filters or upvote what's useful.
Dollar is a functional programming library for Swift that provides a comprehensive toolkit for collection manipulation, string processing, mathematical calculations, and date and time management. It serves as a utility suite for filtering, aggregating, and restructuring arrays and dictionaries. The project implements functional programming patterns such as currying, memoization, and function composition. It also features a chainable wrapper interface that allows multiple data transformations to be applied sequentially before extracting a final result. The library covers a wide range of capab
Reorganizes data into new formats such as chunks, flat lists, transposed matrices, or grouped dictionaries.