Function mzsignal::text::arrays_to_writer

source ยท
pub fn arrays_to_writer<W: Write>(
    arrays: ArrayPair<'_>,
    writer: &mut W
) -> Result<()>
Expand description

A helper function to write an ArrayPair to a Write as plain text The written format is a tab-separated file denoting an m/z intensity pair, with one pair per line.