rust-style iterating functions (fiterators)
Project description
Functional Iterators (Fiterators)
do you like functional style programming?
do you not like list(map(lambda x: x * 2, filter(lambda x: x < 5, [2, 4, 6, 8])))?
try Fiterators today! it lets you do this:
into_iter([2, 4, 6, 8]).filter(lambda x: x < 5).map(lambda x: x * 2).collect()
much nicer, and much better for my rusty brain ~.~
made by me because i got frustrated ~Vivian <3
But what functions does it have???
i'm glad you asked. with Fiterators you can:
filtermapreduceenumeratechainanyallfindfor_each
andcollect
i might add more if i wanna use them
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file functional_iterators-2.0.0.tar.gz.
File metadata
- Download URL: functional_iterators-2.0.0.tar.gz
- Upload date:
- Size: 2.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
57fe9f48d7e98f44ecb59d7f178b913e9e95ee7c02b596c1613b9f7a771c0a47
|
|
| MD5 |
96bfd1bddb31030fc6b0952b75d934ad
|
|
| BLAKE2b-256 |
089f82ca10dc01c2c7c396da4f8819c77f041a19f007b7c0fcfac791c11f7c24
|
File details
Details for the file functional_iterators-2.0.0-py3-none-any.whl.
File metadata
- Download URL: functional_iterators-2.0.0-py3-none-any.whl
- Upload date:
- Size: 2.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
29552ee066a30483a654a20a58f56677b19e6f2cc221eb0991bf37895b20a73a
|
|
| MD5 |
edb89911a297cf9fd3fcaf911c8f187d
|
|
| BLAKE2b-256 |
a0605406773f8e10a153e63ee2a0ddc274f079e5f7123bff08cd550bc2b8c068
|