VoidCase

data class VoidCase(val tag: String) : NativeUnionVal

Represents a void union case (no associated values).

Constructors

Link copied to clipboard
constructor(tag: String)

Properties

Link copied to clipboard

Returns true if this is a tuple case (has associated values).

Link copied to clipboard

Returns true if this is a void case (no associated values).

Link copied to clipboard
open override val tag: String

The union case name