SPC-code

Results 22 comments of SPC-code
trafficstars

It would be best if you could clarify what use case do you have. What input and output data formats and what additional parameters do you have. It it is...

Does this seem correct? ```kotlin @OptIn(UnsafeIoApi::class) private fun ByteArray.asSource(): Source = Buffer().apply { UnsafeBufferOperations.moveToTail(this, this@asSource) } ```