We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
pick
1 parent b760f80 commit 331e220Copy full SHA for 331e220
doc/Type/Bool.rakudoc
@@ -78,8 +78,8 @@ and any key.
78
79
=head2 routine pick
80
81
- multi method pick(Bool:U --> Bool:D)
82
- multi method pick(Bool:U $count --> Seq:D)
+ multi method pick(Bool:U: --> Bool:D)
+ multi method pick(Bool:U: $count --> Seq:D)
83
84
Returns C<True> or C<False> if called without any argument. Otherwise returns
85
C<$count> elements chosen at random (without repetition) from the C<enum>. If
0 commit comments