In X::Parameter::WrongOrder§
See primary documentation in context for method after
Returns a string describing other parameters after which the current parameter was illegally placed (for example "variadic"
, "positional"
or "optional"
).
In Operators§
See primary documentation in context for infix after
multi infix:<after>(Any, Any) multi infix:<after>(Real:D, Real:D) multi infix:<after>(Str:D, Str:D) multi infix:<after>(Version:D, Version:D)
Generic ordering, uses the same semantics as cmp. Returns True
if the first argument is larger than the second.
In StrDistance§
See primary documentation in context for method after
Also a class attribute, returns the string after the transformation:
say $str-dist.after; # OUTPUT: «fnew»