JuliaArrays / AxisArrays.jl

Performant arrays where each dimension can have a named axis with values
http://JuliaArrays.github.io/AxisArrays.jl/latest/
Other
200 stars 41 forks source link

Add range interface methods to Axis #176

Closed Tokazama closed 4 years ago

Tokazama commented 4 years ago

This adds first, last, and step to the Axis interface. The first two were functional before but called iterate and Axis[end] instead of directly acting on the val field. The last method wasn't possible before and now is.

Note: This PR was made in reference to