On 10 July 2012 07:54, Peter Crosthwaite <peter.crosthwa...@petalogix.com> wrote: > If user care about efficiency over safety, then your get_prop + cast + > endian_swap approach will always be available to them. I just think a > single idx arg at the end creates more options for users. We could > vararg it and if its omitted it just takes the 0th element to keep the > call sites for the 90% case a little more concise.
Hmm, OK, I'll have another go and see how the patch comes out. -- PMM