CallArguments
@Serializable
Arguments passed to a function call or term reference.
Constructors
Link copied to clipboard
constructor(positional: List<InlineExpression> = emptyList(), named: List<NamedArgument> = emptyList(), type: String = "CallArguments")