https://github.com/ziglibs/funzig
Fun functional functionality for Zig!
https://github.com/ziglibs/funzig
zig zig-library
Last synced: 8 days ago
JSON representation
Fun functional functionality for Zig!
- Host: GitHub
- URL: https://github.com/ziglibs/funzig
- Owner: ziglibs
- License: mit
- Created: 2020-07-30T18:35:43.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-01-02T23:49:09.000Z (over 4 years ago)
- Last Synced: 2024-08-03T04:08:24.783Z (9 months ago)
- Topics: zig, zig-library
- Language: Zig
- Homepage:
- Size: 22.5 KB
- Stars: 30
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-zig - funzig🗒️Fun functional functionality for Zig!
README

Functional Zig features!
## Table of Contents
- [Functions](#functions)## Functions
Here's a list of the functions implemented by funzig, in order of addition:
- `pipe`
- `reduce`
- `map`
- `find`For usage information, check out the tests in all the files `src`!