VoidType

class VoidType : Type

A type to represent the absence of a value. Can only be used as the return type of a function or method.

Constructors

Link copied to clipboard
fun VoidType()