Returns a slice of T[] that only has count primitives in it
GrowingContainer!int container; container.put(10); assert(container.getPartial.length == 1);
See Implementation
Returns a slice of T[] that only has count primitives in it