toLower package:byteslice

Deprecated: use Data.BytesTextAsciiExt.toLowerU
O(n) Convert ASCII letters to lowercase. This adds 0x20 to bytes in the range [0x41,0x5A] (A-Za-z) and leaves all other bytes alone. Unconditionally copies the bytes.