difference

fun Iterable<DPackage>.difference(others: Iterable<DPackage>): List<DPackage>

Return

a new list of packages with the functions, properties, and classlikes from this collection of packages excluding those that are also in others.

Parameters

others

the list of packages to subtract from this collection of packages.