Re: array with index mapper - Java-based implementation
Bradley Lucier 26 Aug 2015 15:04 UTC
On 08/24/2015 01:09 PM, Per Bothner wrote:
> FYI: I've designing a new array model for Kawa, which is an
> extension of recent work I did for vectors. This design appears
> from my reading to be similar to SRFI-122 fixed arrays
> and I will use SRFI-122 terminology in this email.
>
> A general array has a getter that maps an interval to a value.
Shouldn't the array carry around interval with it? Maybe I don't understand.
Brad