pub fn deinit(self: *ArrayListReverse) void
pub fn deinit(self: *ArrayListReverse) void { self.allocator.free(self.allocatedSlice()); }