This website requires JavaScript.
Explore
Help
Sign In
mewin
/
mijin2
Watch
1
Star
0
Fork
0
You've already forked mijin2
Code
Issues
2
Pull Requests
Projects
Releases
Wiki
Activity
13
Commits
2
Branches
1
Tag
Commit Graph
5 Commits
Author
SHA1
Message
Date
Patrick Wuttke
a1f1717e22
Added ProcessStream to for running processes (on Linux) and streaming their output.
...
Added map() function for creating a mapping iterator. Added mijin::pipe types for map() and join().
2023-08-06 13:52:51 +02:00
Patrick Wuttke
3910f9638e
Added Chain() type to chain iterables using pipes. Also fixed crash due to RangeRef actually storing a reference when it shouldn't.
2023-07-13 00:03:45 +02:00
Patrick Wuttke
adff35a26a
Made std::span and std::string_view "RangeAdapterType"s so they can be passed by copy. Also added functions to pipe different iterable functions into each other (WIP).
2023-07-12 23:08:20 +02:00
Patrick Wuttke
ef5d78e1b1
Added replace() and chain() functions for generating replacing and chaining iterables. Also added a proxy type to allow combining different iteratables.
2023-07-12 21:44:04 +02:00
Patrick Wuttke
e81fe345c9
Added enumerate() function for enumerating an iterator + index.
2023-06-25 19:38:09 +02:00