-
Notifications
You must be signed in to change notification settings - Fork 8
Closed
Description
This package seems super well-written 👏🏽 thanks for the making it available.
I am having some difficulty understanding the arguments of the RTree
constructor, even after reading the examples as suggested in the README. Could you please elaborate on the K
and V
arguments?
RTree{T,N}(::Type{V}; kwargs...) where {T,N,V} = RTree{T,N,SpatialElem{T,N,Nothing,V}}(; kwargs...)
RTree{T,N}(::Type{K}, ::Type{V}; kwargs...) where {T,N,K,V} = RTree{T,N,SpatialElem{T,N,K,V}}(; kwargs...)
Metadata
Metadata
Assignees
Labels
No labels