Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix Set/SetHash.kv
  • Loading branch information
lizmat committed Oct 6, 2015
1 parent a26ecff commit bad9be0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/Setty.pm
Expand Up @@ -5,7 +5,7 @@ my role Setty does QuantHash {
method default(--> Bool) { False }

multi method keys(Setty:D:) { %!elems.values }
multi method kv(Setty:D:) { %!elems.values X, True }
multi method kv(Setty:D:) { flat %!elems.values X, True }
multi method values(Setty:D:) { True xx %!elems.elems }

method elems(Setty:D: --> Int) { %!elems.elems }
Expand Down

0 comments on commit bad9be0

Please sign in to comment.