set

@JvmName(name = "setLayer")
operator fun DslList<BloomFilter.FilterLayer, BloomFilterKt.Dsl.LayerProxy>.set(index: Int, value: BloomFilter.FilterLayer)
Specifies each layer of this Bloom filter structure. If no more than one layer is present, the structure represents
a simple, single-layer regular Bloom filter. If more than one layer are present, the structure represents a multi-
layer (*Layered*) Bloom filter.

repeated .elide.structs.BloomFilter.FilterLayer layer = 5;

Parameters

index

The index to set the value at.

value

The layer to set.