! It is the responsibility of the programmer to enforce bounds ! checking when required in non-derived instances of class @Ix@. ! An implementation is not required to check that an index ! lies within the bounds of an array when accessing that array. The above is fine by me, but here is a more concise wording, which may do as well. ! It is the responsibility of the programmer to enforce bounds ! checking in non-derived instances of class @Ix@, if it is desired. Cheers, -- P
- Re: Array Indexing Philip Wadler
- Re: Array Indexing Philip Wadler
- Re: Array Indexing Kevin Hammond
- Re: Array Indexing jhf