without Type Alias Named
fun <T : KoTypeAliasProvider> List<T>.withoutTypeAliasNamed(name: String, vararg names: String): List<T>
List containing declarations without any of specified type aliases.
Return
A list containing declarations without any of specified type aliases.
Parameters
name
The name of the type alias to exclude.
names
The names of additional type aliases to exclude.
List containing declarations without any of specified type aliases.
Return
A list containing declarations without any of specified type aliases.
Parameters
names
The names of additional type aliases to exclude.