[][src]Function gchemol_parser::parsers::xyz_array

pub fn xyz_array(s: &str) -> IResult<&str, [f64; 3]>

Consume three float numbers separated by one or more spaces. Return xyz array.