Matthew Wilson wrote: <snip> > Part of the reason for this is that it is > able to convert logging statement components to string slices (len+ptr) - i.e. like a D string <snip> Interestingly enough Walter has talked about changing to ptr+ptrend for array/string for efficiency. -Joel