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

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

The newest version!
package com.github.fluidsonic.fluid.stdlib


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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy