In StrDistance§
See primary documentation in context for method before
This is actually a class attribute, and called as a method returns the string before the transformation:
say .before; # OUTPUT: «fold»
In Operators§
See primary documentation in context for infix before
multi infix:<before>(Any, Any)multi infix:<before>(Real, Real)multi infix:<before>(Str, Str)multi infix:<before>(Version, Version)
Generic ordering, uses the same semantics as cmp. Returns True
if the first argument is smaller than the second.