guile-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: The future: accessing vectors, arrays, etc from C


From: Kevin Ryde
Subject: Re: The future: accessing vectors, arrays, etc from C
Date: Tue, 04 Jan 2005 11:31:19 +1100
User-agent: Gnus/5.110003 (No Gnus v0.3) Emacs/21.3 (gnu/linux)

Marius Vollmer <address@hidden> writes:
>
>     scm_t_array_dimension *dim;
>
>         for (i = 0; i <= dim->len; i++, elts += dim->inc)

Will that be i < dim->len?

And scm_t_array_dimension will have something about the logical low
and high index values, in case you have an array starting from 1 or 5
or 10 or whatever?




reply via email to

[Prev in Thread] Current Thread [Next in Thread]