ixfx
    Preparing search index...

    Type Alias CompoundPath

    CompoundPath: Geometry.Path & {
        kind: "compound";
        segments: ReadonlyArray<Geometry.Path>;
    }