commonMain.extensions.Set.kt Maven / Gradle / Ivy
package com.github.fluidsonic.fluid.stdlib
fun Set.intersects(other: Set) =
any { other.contains(it) }
© 2015 - 2025 Weber Informatics LLC | Privacy Policy
package com.github.fluidsonic.fluid.stdlib
fun Set.intersects(other: Set) =
any { other.contains(it) }