fromRaw

fun fromRaw(bitCount: Int, hashCount: Int, bits: LongArray): BloomFilter

Restore a BloomFilter from raw parameters — useful when deserializing from a format other than the built-in kotlinx-serialization path.