Definition
Represents the definitions of a function with the fully qualified name fqn.
Properties
Functions
Link copied to clipboard
Create a Signature which can be added to the Definition. The Parameters are passed through the vararg.
inline fun Definition.signature(unordered: Array<out Parameter> = emptyArray(), block: Signature.() -> Unit): Signature
Create a Signature which can be added to the Definition. The Parameters are defined in the block.