We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b82ef78 commit 2f2a82cCopy full SHA for 2f2a82c
src/intersections.jl
@@ -82,7 +82,7 @@ and apply function `f` to it. Default function is `identity`.
82
83
```julia
84
intersection(g₁, g₂) do I
85
- if I isa CrossingLines
+ if type(I) == CrossingLines
86
# do something
87
else
88
# do nothing
0 commit comments