mapToBitSet

inline fun <T> Collection<T>.mapToBitSet(transform: (T) -> Boolean): BitSet