See Original text in context
Also a class attribute, returns the string after the transformation:
say .after; # OUTPUT: «fnew»
See Original text in context
Returns a string describing other parameters after which the current parameter was illegally placed (for example "variadic"
, "positional"
or "optional"
).
See Original text in context
multi sub infix:<after>(Any, Any)multi sub infix:<after>(Real, Real)multi sub infix:<after>(Str, Str)multi sub infix:<after>(Version, Version)
Generic ordering, uses the same semantics as cmp. Returns True
if the first argument is larger than the second.