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