EndpointRanges.jl
EndpointRanges.jl copied to clipboard
Julia package for doing arithmetic on endpoints in array indexing
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. Release notes Sourced from actions/checkout's releases. v4.0.0 What's Changed Update default runtime to node20 by @takost in actions/checkout#1436 Support fetching without the --progress option...
Thanks for this great package. Had been searching for a package implementing a datatype for relative ranges so that they can be passed around in functions and only recently found...
e.g. I would like to be able to do this: ```julia julia> t = (1, 2, 3) julia> t[iend - 1] 2 julia> nt = (x = 3, y =...
Closes #22
After we got `begin` in JuliaLang#33946, I am wondering if this package is necessary. Maybe include a notice in the readme.
Hey, :cool: package! Is there any chance we can support something like `imid` (well, it's not a Endpoint, but MidPoint.jl would be maybe too much...)? I find it very useful...
Is there a reason `EndpointRange` isn't a subtype of `AbstractRange`? I'm a Julia newbie, so maybe it's obvious, but I was trying to write a function that accepts ranges as...
[skip ci]
You're receiving this pull request because the now-deprecated [Julia TagBot GitHub App](https://github.com/apps/julia-tagbot) is installed for this repository. This pull request installs [TagBot as a GitHub Action](https://github.com/marketplace/actions/julia-tagbot). If this PR does...