Skip to content

Help with usage #5

@juliohm

Description

@juliohm

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions