Invocation

@Serializable
class Invocation(val value: String)

Represents a single function invocation (i.e., a test case) for a challenge.

Constructors

Link copied to clipboard
constructor(value: String)

Properties

Link copied to clipboard

Functions

Link copied to clipboard
open override fun toString(): String