Function save_xyz

Source
pub fn save_xyz<RA, P, W>(
    write: &mut W,
    ra: &RA,
    delim_coord: &str,
    delim_pos: &str,
) -> XyzResult<()>
where RA: IsRandomAccessible<P>, P: Is3D, W: Write,
Expand description

Saves an IsRandomAccessible as x y z coordinates with a specified delimiter between coordinates and positions. E.g. used to create the .xyz file format or .csv files