CompiledListType

class CompiledListType(val ofType: CompiledType) : CompiledType

Constructors

Link copied to clipboard
fun CompiledListType(ofType: CompiledType)

Functions

Link copied to clipboard
open override fun leafType(): CompiledNamedType
Link copied to clipboard
open override fun rawType(): CompiledNamedType

Properties

Link copied to clipboard
val ofType: CompiledType