Open mclow opened 13 years ago
You can do that today with ( str, str + strlen (str), but I'll think about how to do it better. Maybe just a specialization for char * (and wchar?) The trick, I think, will be to avoid having a general pointer-based version that insists on null termination.
Phil Endecott writes: