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 @@ -86,19 +86,19 @@ Defined as:
86
86
87
87
method Bag () returns Bag:D
88
88
89
- Coerces the C < MixHash > to a L « C < Bag > |/type/Bag» . The weights are rounded to integers ,
89
+ Coerces the C < MixHash > to a L « C < Bag > |/type/Bag» . The weights are convert to L « C < Int > |/type/Int » ,
90
90
which means the number of keys in the resulting C < Bag > can be fewer than in the
91
- original C < MixHash > , if any of the weights round off to zero.
91
+ original C < MixHash > , if any of the weights truncate to zero.
92
92
93
93
= head2 method BagHash
94
94
95
95
Defined as:
96
96
97
97
method BagHash () returns BagHash:D
98
98
99
- Coerces the C < MixHash > to a L « C < BagHash > |/type/BagHash» . The weights are rounded to integers ,
99
+ Coerces the C < MixHash > to a L « C < BagHash > |/type/BagHash» . The weights are convert to L « C < Int > |/type/Int » ,
100
100
which means the number of keys in the resulting C < BagHash > can be fewer than in the
101
- original C < MixHash > , if any of the weights round off to zero.
101
+ original C < MixHash > , if any of the weights truncate to zero.
102
102
103
103
= head1 See Also
104
104
You can’t perform that action at this time.
0 commit comments