pub fn write_sfs<W, S, N>(writer: &mut W, sfs: &SfsBase<S, N>) -> Result<()>where W: Write, S: Shape, N: Normalisation,
Writes an SFS in plain text format to a writer.