The after routine

Combined from primary sources listed below.

In class StrDistance ( Type/StrDistance )§

See primary docmentation in context for method after.

method after§

Also a class attribute, returns the string after the transformation:

say $str-dist.after;  # OUTPUT: «fnew␤»

In class X::Parameter::WrongOrder ( Type/X/Parameter/WrongOrder )§

See primary docmentation in context for method after.

method after§

Returns a string describing other parameters after which the current parameter was illegally placed (for example "variadic", "positional" or "optional").