method signature
1 | role Systemic |
1.1 | (Systemic) method signature |
2 | class Code |
2.1 | (Code) method signature |
3 | class ForeignCode |
3.1 | (ForeignCode) method signature |
Documentation for method signature
assembled from the following types:
role Systemic
From Systemic
(Systemic) method signature
Instance method returning the signature of the object. Returns a Blob
type object if the signature could not be established.
class Code
From Code
(Code) method signature
Defined as:
multi method signature(Code: --> Signature)
Returns the Signature
object for this code object, which describes its parameters.
sub a(Int , Str ) ;say .signature; # OUTPUT: «(Int $one, Str $two)»
class ForeignCode
From ForeignCode
(ForeignCode) method signature
method signature( ForeignCode: )
Returns the signature of the enclosed code.