See Original text in context
method target()
Returns the type to which the coercion was attempted.
See Original text in context
method target()
Returns the target of the failed mixin operation.
See Original text in context
method target()
Returns a string representation of the object against which the regex matches. This is the value that the regex engine works with internally.
my = "þor" ~~ /o/;say .target # OUTPUT: «þor»
See Original text in context
Returns the target type (Date
in the example above)
See Original text in context
Returns the path that symlink failed to create a link to.
See Original text in context
Returns the name of the link target, i.e. the existing file.