Skip to content

Commit c941451

Browse files
committed
Not Pair.freeze is proposed for removal in 6.d
Proposal: Raku/6.d-prep@ce7fab350a
1 parent cabc1e5 commit c941451

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

doc/Type/Pair.pod6

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -289,6 +289,8 @@ Makes the I<value> of the C<Pair> read-only, by removing it from its L<Scalar co
289289
CATCH { default { put .^name, ': ', .Str } };
290290
# OUTPUT: «X::Assignment::RO: Cannot modify an immutable Str (apple)␤»
291291
292+
B<NOTE:> this method is proposed for removal in B<6.d> language and its use is not recommended.
293+
292294
=head2 method Str
293295
294296
Defined as:

0 commit comments

Comments
 (0)