//////////////////// Convert slices
Converts slice to string
Uses to!(string)(el, buff) to convert inner elements
If buff.length<=5 null is returned
If there is not enought space in the buffer, function converts as much as it coud with string "...]" at the end
//////////////////// Convert slices Converts slice to string Uses to!(string)(el, buff) to convert inner elements If buff.length<=5 null is returned If there is not enought space in the buffer, function converts as much as it coud with string "...]" at the end