rafaqz / DimensionalData.jl

Named dimensions and indexing for julia arrays and other data
https://rafaqz.github.io/DimensionalData.jl/stable/
MIT License
278 stars 41 forks source link

Explain difference of Interval and Range for Indexing #753

Open felixcremer opened 3 months ago

felixcremer commented 3 months ago

This was a question today at the JuliaCon talk. We should add somewhere in the docs why we use Intervals instead of a Range.

asinghvi17 commented 3 months ago

Also note that it's similar to Between