Closed Tnze closed 1 year ago
Should be pretty straightforward. I'll get to it some time today or tomorrow.
Would you want to give the index into the data array directly, or still have that be computed? Maybe have both?
From my personal needs, I think it's the latter. If I don't need to calculate the index, I can just use Vec
.
Added and published as 0.2.4.
Sometimes we need faster
get
methods.