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

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!

Awesome Lists containing this project

README

        

![](https://raw.githubusercontent.com/ziglibs/funzig/d44b9307ca21c38fe11f0766bc956e1b17bcd26f/.github/assets/funzig.svg)

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`!