ktor-io / io.ktor.utils.io.bits / set

set

inline operator fun Memory.set(index: Long, value: Byte): Unit
inline operator fun Memory.set(index: Int, value: Byte): Unit

Index write operator to write value at the specified index