pub fn paste_serial_to_vec(file_data: &[&[u8]], config: &PasteConfig) -> Vec<u8> ⓘ
Paste files in serial mode and return the output buffer. For each file, join all lines with the delimiter list (cycling).