jokaResizeSlice

fnT[] jokaResizeSlice(T)(T * values, Sz length, Sz oldLength = 0, IStr file = __FILE__, Sz line = __LINE__) @system nothrow @trusted

Resizes a slice, with the previous pointer getting freed.

fnT[] jokaResizeSlice(T)(MemoryContext context, T * values, Sz length, Sz oldLength = 0, IStr file = __FILE__, Sz line = __LINE__) @system nothrow @trusted

Resizes a slice, with the previous pointer getting freed.