Back

concat (clj)

(source)

function

(concat & parts)
Given N number of byte arrays, concat them in one unique byte array and return it.

Examples