typeArgumentOrNull

fun IrType.typeArgumentOrNull(index: Int): IrType?(source)

The index-th type argument as a type, or null (missing argument or star projection).