Function biodivine_sketchbook::sketchbook::utils::assert_ids_unique
source ยท pub(crate) fn assert_ids_unique<T: Eq + Hash + Debug>(
id_list: &Vec<T>,
) -> Result<(), String>
Expand description
Check that the list of (typesafe or string) IDs contains only unique IDs (no duplicates).