Gavin J Stark - 2008-01-23

Logged In: YES
user_id=1030665
Originator: YES

This requires additions to interrogate_count_hierarchy with a new argument to allow for mapping small arrays to an equivalent set of bit vectors, plus similar additions to enumerate_hierarchy.

Given a mapping allowance, and a size, an array bit[16][8] fred could be mapped to fred.0[16], fred.1[16], up to fred.7[16] or fred__0[16] to fred__7[16]. Which is best?