Skip to content

Commit

Permalink
Document QuantHash.Map
Browse files Browse the repository at this point in the history
  • Loading branch information
lizmat committed Mar 9, 2023
1 parent 16258ab commit ceb58f2
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions doc/Type/QuantHash.rakudoc
Expand Up @@ -29,6 +29,15 @@ C<QuantHash>, and returns that.
Coerces the C<QuantHash> object to a L<Hash|/type/Hash> (by stringifying the objects
for the keys) without any limitations on the values, and returns that.

=head2 method Map

method Map()

Available as of the 2021.02 release of the Rakudo compiler.

Coerces the C<QuantHash> object to a L<Map|/type/Map> (by stringifying the objects
for the keys) without any limitations on the values, and returns that.

=head2 method of

method of()
Expand Down

0 comments on commit ceb58f2

Please sign in to comment.