Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
Mention :delete and :exists on hashes in 5to6
- Loading branch information
Paul Cochrane
committed
Feb 24, 2015
1 parent
5b60067
commit 77d2a9c
Showing
1 changed file
with
17 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
77d2a9cThere was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't think that's the right place to mention those things.
That section is specifically for the hash sigil (or rather, for features which used that sigil in Perl 5) - not for everything involving hashes.
77d2a9cThere was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You're quite right. That was silly of me. I've added a new section called "Data Structures" which can be used to house information about Perl 6 data structures. This should be a better fit for the information I wanted to make note of.