this is mostly useless, but I find myself wanting this field when composing loops that use parse, rather then having to build it from its components which is more verbose and error prone.
I could just use the input to parse, but that feels less ergonomic
this is mostly useless, but I find myself wanting this field when composing loops that use
parse
, rather then having to build it from its components which is more verbose and error prone.I could just use the input to
parse
, but that feels less ergonomic