concat

fun concat(value: Byte): ByteVector
fun concat(other: ByteArray): ByteVector
fun concat(other: ByteVector): ByteVector
fun concat(others: List<ByteVector>): ByteVector