parrotcode: methods for the Pair class | |
Contents | Language Implementations | Perl6 |
src/classes/Pair.pir - methods for the Pair class
our Str multi Pair::fmt ( Str $format )Returns the invocant pair formatted by an implicit call to
sprintf
on the key and value.
|