NamedArguments

A list of labelled arguments.

Constructors

Link copied to clipboard
fun NamedArguments(sourceLocation: SourceLocation)

An empty argument list.

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard

Asserts that the argument list only contains arguments with labels in expectedArguments.

Link copied to clipboard
operator fun get(label: ArgumentLabel): T

Returns the argument associated with label label.

Properties

Link copied to clipboard
open override val sourceLocation: SourceLocation