withoutTacitType

fun <T : KoTacitTypeProvider> List<T>.withoutTacitType(type: String, vararg types: String): List<T>

List containing declarations without tacit type.

Return

A list containing declarations without specified tacit types.

Parameters

type

The tacit type to exclude.

types

The tacit type(s) to exclude.


List containing declarations without tacit type.

Return

A list containing declarations without specified tacit types.

Parameters

types

The tacit type(s) to exclude.