Details
-
New Feature
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
I32Array fills the vacuum the C language leaves for a bounded array of
integers. In many cases, we will want to operate on a raw C array of integers
instead, using the routines from NumberUtils and performing manually optimized
bounds checking only when necessary. However, sometimes it is simply easier
to pass around the array wrapped in an object that knows how to do safe
lookups itself.