Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Added usage statements to C<push>
  • Loading branch information
dha committed Oct 3, 2015
1 parent 7fb82bf commit 2dd4903
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions lib/Type/Hash.pod
Expand Up @@ -106,8 +106,16 @@ is a C<List>.
=head2 method push
Defined as:
multi method push(Hash:D: *@new)
Usage:
push HASH, VALUES
HASH.push(VALUES)
HASH.push: (VALUES)
Adds the C<@new> elements to the hash with the same semantics as hash
assignment, but with three exceptions:
Expand Down

0 comments on commit 2dd4903

Please sign in to comment.