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
LTA placement of collation docs #2434
Comments
|
That probably means that the API will no longer change, right? |
Correct. It's being released as part of 6.d language |
|
Also https://docs.perl6.org/routine/unicmp has |
|
What's not so clear to me is what to do with this. Creating a new page would probably be the best way, because sticking it into the operator page would be a bit too much. |
As of Rakudo 2018.11, the collation stuff will no longer require
use experimental :collation;. However, the way that feature is currently documented is under the title "Experimental features".It probably should be changed now or some time in the future, after 2018.11 release.
Also https://docs.perl6.org/routine/unicmp has (so far experimental) note in it.
The text was updated successfully, but these errors were encountered: