10 Commits

Author SHA1 Message Date
60707421c8 Fixed chaining iterators for const ranges. 2023-11-19 20:04:46 +01:00
4dfc116830 Added zip() functionality for combining iterators. 2023-11-16 23:39:49 +01:00
121e8a84f5 Added type filtering iterator. 2023-11-16 00:35:18 +01:00
7c1dd29a85 Added operators to BoxedObject, fixed MappintIterator for reference types and fixed signature of custom assertion and error handlers. 2023-11-12 15:25:46 +01:00
cff5879572 Added filter() and some more iterator utilities. 2023-08-21 01:48:43 +02:00
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
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
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
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
e81fe345c9 Added enumerate() function for enumerating an iterator + index. 2023-06-25 19:38:09 +02:00