Function zet::operands::first_and_rest

source ·
pub fn first_and_rest(files: &[PathBuf]) -> Option<(Result<Vec<u8>>, Remaining)>
Expand description

Return the contents of the first file named in files as a Vec<u8>, and an ExactSizeIterator over the subsequent arguments.