[Prev][Next][Index][Thread]
Re: when and without-bounds-checks
when is indeed in common-dylan. Thanks.
without-bounds-checks works fine as a do-nothing macro.
I'm now onto with-keywords-removed, which *is* fun. :-)
- Rob.
Hugh Greene wrote:
> On Wed, 19 Apr 2000, Rob Myers wrote:
> >
> > when
>
> I'm surprised this isn't in common-dylan or something (or maybe it is?);
> it's just
> I don't know whether it works by rebinding element but, AFAIK, it just
> does what you'd expect: skips bounds checking in calls to element (and
> maybe aref, too?).
References: