All Downloads are FREE. Search and download functionalities are using the official Maven repository.

commonMain.extensions.Set.kt Maven / Gradle / Ivy

There is a newer version: 0.14.0
Show newest version
package io.fluidsonic.stdlib


public fun  Set.intersects(other: Set): Boolean =
	any { other.contains(it) }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy