nextAddressInLevel

Find the next address at the depth of address.length, and update address[] accordingly. Return false if no more addresses at that level could be found.

bool
nextAddressInLevel
(
size_t[] address
,
)

Meta