tuweni / org.apache.tuweni.bytes / MutableBytes / fill

fill

open fun fill(b: Byte): Unit (source)

Fill all the bytes of this value with the specified byte.

Parameters

b - Byte: The byte to use to fill the value.