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 1176e8c commit c559123Copy full SHA for c559123
src/preparations/preparations.jl
@@ -0,0 +1,16 @@
1
+abstract type AbstractPreparation end
2
+
3
+abstract type AbstractPreparationTrait end
4
5
+function preptrait end
6
7
+const PrepTuple = Tuple{Vararg{<: AbstractPreparation}}
8
9
+struct SpatialIndex{IndexType} <: AbstractPreparation
10
+ index::IndexType
11
+end
12
13
+struct SpatialEdgeIndex{IndexType} <: AbstractPreparation
14
15
16
0 commit comments