pub fn natural_isotopes(z: u32) -> Vec<(Isotope, f64)>Expand description
Get all naturally occurring isotopes for element Z.
Silently skips any isotopes that fail validation (should never happen
for data from the endf_mat crate, but defensive nonetheless).