buildByteArray

inline fun buildByteArray(capacity: Int = 4096, callback: ByteArrayBuilder.() -> Unit): ByteArray

Analogous to buildString but for ByteArray