Branch: refs/heads/master
Home: https://github.com/perl6/specs
Commit: 2845cf6aefdc9bd0baaefe956302a480fe2a84db
https://github.com/perl6/specs/commit/2845cf6aefdc9bd0baaefe956302a480fe2a84db
Author: Larry Wall <[email protected]>
Date: 2013-10-02 (Wed, 02 Oct 2013)
Changed paths:
M S02-bits.pod
M S03-operators.pod
M S32-setting-library/Containers.pod
Log Message:
-----------
rename all the Key* types, add missing "Mix"
Set -> Set does Setty
Bag -> Bag does Baggy
-> Mix does Mixy
KeySet -> SetHash does Setty does MixHash[Bool,False]
KeyBag -> BagHash does Baggy does MixHash[Uint,0]
KeyHash -> MixHash does Mixy does MixHash[Real,0.0]