Skip to main content

check_labels

Function check_labels 

Source
pub fn check_labels(mat: &Material, widths: &[usize]) -> Vec<Collision>
Expand description

Truncate every member’s cross-code labels to each of widths and report every truncated form claimed by more than one nuclide.

Results are ordered by (width, truncated). Width 0 is skipped: it maps every label to the empty string.