
2 Dec
2013
2 Dec
'13
4:10 a.m.
Working with built-in array objects I find myself repeatedly needing to
get the address of the first non-array element. This is so I can do
generic array comparisons and copies without resorting to multiple loops.
For example:
template