"Rod Taylor" <[EMAIL PROTECTED]> writes:
> What would it take to make the array iterator functions a part of the
> standard base? (contrib/array)
To me, the main problem with contrib/array is that it doesn't scale:
you need more C functions for every array datatype you want to support.
At the ve
What would it take to make the array iterator functions a part of the
standard base? (contrib/array)
A number of people want this type of functionality (value = [ any
value of array ], and value = [ all values of array ] ).
The license needs to be changed (with authors permission), but other
tha