File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -82,19 +82,19 @@ Defined as:
82
82
83
83
method Bag () returns Bag:D
84
84
85
- Coerces the C < Mix > to a L « C < Bag > |/type/Bag» . The weights are rounded to integers ,
85
+ Coerces the C < Mix > to a L « C < Bag > |/type/Bag» . The weights are convert to L « C < Int > |/type/Int » ,
86
86
which means the number of keys in the resulting C < Bag > can be fewer than in the
87
- original C < Mix > , if any of the weights round off to zero.
87
+ original C < Mix > , if any of the weights truncate to zero.
88
88
89
89
= head2 method BagHash
90
90
91
91
Defined as:
92
92
93
93
method BagHash () returns BagHash:D
94
94
95
- Coerces the C < Mix > to a L « C < BagHash > |/type/BagHash» . The weights are rounded to integers ,
95
+ Coerces the C < Mix > to a L « C < BagHash > |/type/BagHash» . The weights are convert to L « C < Int > |/type/Int » ,
96
96
which means the number of keys in the resulting C < BagHash > can be fewer than in the
97
- original C < Mix > , if any of the weights round off to zero.
97
+ original C < Mix > , if any of the weights truncate to zero.
98
98
99
99
= head1 See Also
100
100
You can’t perform that action at this time.
0 commit comments