devins2518
devins2518
This is a continuation of [my rejected PR to the stdlib](https://github.com/rust-lang/rust/pull/92665) for itertools. The `peeking_map_while` functions and associated functions are similar to `peeking_take_while` except this maps a `Option` to `Option`....
Here's the output when trying to fetch my zheets library version 0.1.10: ```sh ❯ gyro build git github.com/beho/zig-csv f9bff064 [##################################################################################] 100% git github.com/devins2518/requestz da32d03a [##################################################################################] 100% pkg astrolabe.pm/devins2518/zheets 0.1.10 [##################################################################################]...
Ran into this issue when trying to use dialects from [circt](https://circt.llvm.org) specifically the comb dialect. Afaik all of the comb operations expect to be given an explicit return type, however...