You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
In core:text/scanner I want a peek that actually does the scan behavior but resets the position in the data instead of just giving us the next rune.
Describe the solution you'd like
A probably smarter solution than below as I believe a few of them are reset anyway each scan/advance:
Is your feature request related to a problem? Please describe.
In
core:text/scanner
I want apeek
that actually does thescan
behavior but resets the position in the data instead of just giving us the nextrune
.Describe the solution you'd like
A probably smarter solution than below as I believe a few of them are reset anyway each scan/advance:
The text was updated successfully, but these errors were encountered: