Help for this page
multi a(Str $x) { say "got a string" } mutli a(@a) { say "got an array" } ... # what's the context here? } a(b());