parrotcode: Perl 6 hash class and related functions | |
Contents | Language Implementations | Perl6 |
src/classes/Mapping.pir - Perl 6 hash class and related functions
our Str multi Mapping::fmt ( Str $format, $separator = "\n" )Returns the invocant mapping formatted by an implicit call to
.fmt
on every pair, joined by newlines or an explicitly given separator.
Pair(key, value)
Pairs
|