File tree Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Original file line number Diff line number Diff line change @@ -19,6 +19,27 @@ C<Mixy> are L<Real|/type/Real>s rather than L<Int|/type/Int>s.
19
19
Similar to a L < Bag|/type/Bag > .roll, but with C < Real > weights rather than integral
20
20
ones.
21
21
22
+ = head2 method pick
23
+
24
+ method pick($?)
25
+
26
+ Throws an exception. The feature is not supported on the type, since there's no
27
+ clear value to subtract from non-integral weights, to make it work.
28
+
29
+ = head2 method grab
30
+
31
+ method grab($?)
32
+
33
+ Throws an exception. The feature is not supported on the type, since there's no
34
+ clear value to subtract from non-integral weights, to make it work.
35
+
36
+ = head2 method kxxv
37
+
38
+ method kxxv()
39
+
40
+ Throws an exception. The feature is not supported on the type, since there's no
41
+ clear value to subtract from non-integral weights, to make it work.
42
+
22
43
= head1 See Also
23
44
24
45
L < Sets, Bags, and Mixes|/language/setbagmix >
You can’t perform that action at this time.
0 commit comments