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
I am not sure if I am using the API incorrectly, or if I have found an edge case that's not yet implemented. I was hoping to be able to write something like this:
If you look at the definition of one_of, it takes a FindToken. There is not a FindToken implementation for any of the range types, only different kinds of slice and array types.
I had proposed range types but that was part of a larger effort that stalled out.
I am not sure if I am using the API incorrectly, or if I have found an edge case that's not yet implemented. I was hoping to be able to write something like this:
However, I can't pass in a char range to
one_of
. I am not quite sure what I should use as an alternative, other than enumerating the characters.The text was updated successfully, but these errors were encountered: