Help for this page
multi sub a(Str(Any) $s, Int(Any) $i) { }
my @args = <1 foo 2.3 bar>; .WHAT.say for @args; # (Int) (Str) (Num) (Str)