minus

abstract operator fun minus(scope: KoScope): KoScope

Subtract scope files from this scope.

Return

a new KoScope containing the file declarations from this scope excluding the file declarations in the specified scope.

Parameters

scope

the scope to be subtracted.