kotest-property / io.kotest.property.exhaustive / bytes

bytes

fun Exhaustive.Companion.bytes(from: Byte = Byte.MIN_VALUE, to: Byte = Byte.MAX_VALUE): Exhaustive<Byte>

Returns a Exhaustive of bytes in the given range.