T[] frameResizeSlice(T)(T * values, Sz oldLength, Sz newLength, IStr file = __FILE__, Sz line = __LINE__)
Resizes an array of type T with the given slice pointer and length.
T