-
Notifications
You must be signed in to change notification settings - Fork 178
New issue
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
Small-only and Fast-only getters for CodePointTrie #5796
Labels
Milestone
Comments
The statically-assuming getters should probably be generic over |
Working group discussion:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Currently, the getters for
CodePointTrie
branch multiple times on the trie type.There should be a set of getters that statically assume the trie type is "small", another set that statically assumes trie type "fast", a public getter for the type, and then the current set of getters should branch on the type once and then delegate to the statically-assuming getters.
See #2431.
The text was updated successfully, but these errors were encountered: