kotlin-algebraic-types-plugin / org.drx.plugin.algebraictypes.extension / IsGeneric / In

In

data class In : IsGeneric

Constructors

<init>

In(type: VaryingType, vararg types: VaryingType)
In(types: HashSet<VaryingType> = hashSetOf())

Properties

types

val types: HashSet<VaryingType>