Skip to content
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

Add equality set operators #3685

Merged
merged 2 commits into from Nov 1, 2020
Merged

Add equality set operators #3685

merged 2 commits into from Nov 1, 2020

Conversation

frithnanth
Copy link
Contributor

The problem

Raku 2020.07 introduced two new set operators: ≡ and ≢, with their ASCII counterparts (==) and !(==).

Solution provided

This PR adds the documentation for those new operators.

Please check and let me know if you prefer a single-file PR instead.

@frithnanth frithnanth requested review from JJ and lizmat November 1, 2020 09:05
Copy link
Contributor

@JJ JJ left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm still not totally sure the ASCII form has been indexed anywhere. Can be added afterwards, no problem.

Copy link
Contributor

@JJ JJ left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good except you might want to add indexing for the ASCII form.

doc/Language/unicode_ascii.pod6 Show resolved Hide resolved
@JJ JJ merged commit 87e5ad6 into Raku:master Nov 1, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants