BloomFilterType

public protocol BloomFilterType

Specifies an element type supported by BloomFilter.

The easiest way to implement this protocol is by joining the byte arrays from properties of already conforming types, such as strings or numbers.

  • Returns a data representation of self.

    Declaration

    Swift

    var bytes: Data