chumsky icon indicating copy to clipboard operation
chumsky copied to clipboard

[Feature] Add `try_map_slice` as analogous to `try_map` and `map_slice`

Open auctumnus opened this issue 1 year ago • 1 comments

The title essentially explains it; I was trying out the alpha versions with zero-copy and ran into the lack of this, instead having to opt for .map_slice(...).try_map(...). It would be nice if there existed a _slice version of try_map to avoid this.

auctumnus avatar Apr 03 '23 23:04 auctumnus