Skip to main content

boolean_with_progress

Function boolean_with_progress 

Source
pub fn boolean_with_progress(
    a: &ManifoldImpl,
    b: &ManifoldImpl,
    op: OpType,
    token: Option<&CancelToken>,
    progress: Option<&ProgressReporter>,
) -> ManifoldImpl
Expand description

boolean with optional progress reporting (see crate::progress). None is exactly boolean — the fast paths below are not instrumented at all, since they return before any measurable work happens.