writeUByte

fun Buffer.writeUByte(value: UByte)

Write an unsigned byte or fail if not enough space available for writing.


fun IoBuffer.writeUByte(value: UByte)
inline fun Output.writeUByte(v: UByte)