slice2str

//////////////////// 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

string
slice2str
(
T
)
(
auto ref const T slice
,
char[] buff
)

Meta