Skip to content

Commit 9fdb85e

Browse files
committed
I don't think we ever had a MixBag
1 parent 3e8a4d4 commit 9fdb85e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

S32-setting-library/Containers.pod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1300,7 +1300,7 @@ A mutable C<Bag> container, represented as C<QuantHash[UInt,0]>.
13001300
A C<QuantHash> represents a mutable set of objects, represented as the
13011301
keys of a C<Hash>. When asked to behave as a list it ignores its
13021302
C<.values> and returns only C<.keys> (possibly replicated by weight
1303-
in the case of bag types). C<SetHash> and C<MixBag> are derived
1303+
in the case of bag types). C<SetHash> and C<BagHash> are derived
13041304
from this type, but constrain their hash values to be C<Bool> and
13051305
C<UInt>, respectively. A C<QuantHash> automatically deletes any key
13061306
whose corresponding value goes to the default value for the hash.

0 commit comments

Comments
 (0)