We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
There are a couple of ways this can be implemented:
graphemeLenAt
graphemeLenAt would be really nice to have regarless. Done, but it's not faster than the iterator.
The text was updated successfully, but these errors were encountered:
I'll have to wait until OpenArray can be used as a return value. But it seems this won't happen any time soon. In the meantime there is https://github.com/nitely/nim-strunicode
Sorry, something went wrong.
68884a4
No branches or pull requests
There are a couple of ways this can be implemented:
Yield a View[T] (not yet part of stdlib)Keep yielding strings but also provide agraphemeLenAt
, so zero cost abstractions can be created on top of itDone, but it's not faster than the iterator.graphemeLenAt
would be really nice to have regarless.The text was updated successfully, but these errors were encountered: