acir_field

Macro assert_unique_feature

Source
macro_rules! assert_unique_feature {
    () => { ... };
    ($first:tt $(,$rest:tt)*) => { ... };
}