Skip to main content

simplex_closure_overlap

Function simplex_closure_overlap 

Source
pub fn simplex_closure_overlap<'f, FS: OrderedRingSignature + FieldSignature>(
    a: &Simplex<'f, FS>,
    b: &Simplex<'f, FS>,
) -> bool
where FS::Set: Hash,