pub fn read_sfs<R>(reader: &mut R) -> Result<DynUSfs>where R: BufRead,
Reads an SFS in npy format from a reader.
The stream is assumed to be positioned at the start.